To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 節??暗?? | 1001000011011111001111110011111110001000110000110011111100111111 | 90df3f3f88c33f3f |
EUC-JP | 節??暗?? | 1100000011100001001111110011111110110000110001010011111100111111 | c0e13f3fb0c53f3f |
UTF-8 | 節쇽푶暗잍윺 | 111001111010111110000000111011001000011110111101111011011001000110110110111001101001101010010111111011001001111010001101111011001001110010111010 | e7af80ec87bded91b6e69a97ec9e8dec9cba |
UHC | 節쇽푶暗잍윺 | 111011111011110110111100111011111011111010000100111001001101111010011111111001101001111110110100 | efbdbcefbe84e4de9fe69fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)