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 | 如??衣 | 100101000100000000111111001111111000100011011111 | 94403f3f88df |
EUC-JP | 如??衣 | 110001111010000100111111001111111011000011100001 | c7a13f3fb0e1 |
UTF-8 | 如붾쵐衣 | 111001011010011010000010111010111011011010111110111011001011010110010000111010001010000110100011 | e5a682ebb6beecb590e8a1a3 |
UHC | 如붾쵐衣 | 1110010111111101100101001110101110101100100100101110101111111101 | e5fd94ebac92ebfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)