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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 樗峰??? | 10010010100101001001010111110100001111110011111100111111 | 929495f43f3f3f |
EUC-JP | 樗峰??? | 11000011111101001100101011110110001111110011111100111111 | c3f4caf63f3f3f |
UTF-8 | 樗峰렕쇘땐 | 111001101010100010010111111001011011001110110000111010111010000010010101111011001000011110011000111010111001010110010000 | e6a897e5b3b0eba095ec8798eb9590 |
UHC | 樗峰렕쇘땐 | 11101110110000001101110011101000100011101010101010111100111001111011011010101001 | eec0dce88eaabce7b6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)