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 | ???暗?? | 00111111001111110011111110001000110000110011111100111111 | 3f3f3f88c33f3f |
EUC-JP | 縕??暗?? | 100011111101010011000010001111110011111110110000110001010011111100111111 | 8fd4c23f3fb0c53f3f |
UTF-8 | 縕귡뇠暗잒쾮 | 111001111011100010010101111010101011011110100001111010111000011110100000111001101001101010010111111011001001111010010010111011001011111010101110 | e7b895eab7a1eb87a0e69a97ec9e92ecbeae |
UHC | 縕귡뇠暗잒쾮 | 111010001011001010000010111010011000011110001000111001001101111010011111111010001011001010000101 | e8b282e98788e4de9fe8b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)