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 | 烏l???? | 1000100101000111100000101000110000111111001111110011111100111111 | 8947828c3f3f3f3f |
EUC-JP | 烏l???? | 1011000110101000101000111110110000111111001111110011111100111111 | b1a8a3ec3f3f3f3f |
UTF-8 | 烏l캈溜㏓젪 | 111001111000001110001111111011111011110110001100111011001011101010001000111011111010011110001011111000111000111110010011111011001010000010101010 | e7838fefbd8cecba88efa78be38f93eca0aa |
UHC | 烏l캈溜㏓젪 | 111010001010000110100011111011001010111110010100111010101111111010100111111010111010000010100010 | e8a1a3ecaf94eafea7eba0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)