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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 悉??? | 1000111010111011001111110011111100111111 | 8ebb3f3f3f |
EUC-JP | 悉??? | 1011110010111101001111110011111100111111 | bcbd3f3f3f |
UTF-8 | 悉럣꽒뿋 | 111001101000001010001001111010111001111110100011111010101011110110010010111010111011111110001011 | e68289eb9fa3eabd92ebbf8b |
UHC | 悉럣꽒뿋 | 1110001111111010100011101000011010000100101000011001011110010010 | e3fa8e8684a19792 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)