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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 瑤?㎡^ | 111010101010001000111111100001110111010101011110 | eaa23f87755e |
EUC-JP | 瑤??^ | 1111010010100100001111110011111101011110 | f4a43f3f5e |
UTF-8 | 瑤녹㎡^ | 11100111100100011010010011101011100001011011100111100011100011101010000101011110 | e791a4eb85b9e38ea15e |
UHC | 瑤녹㎡^ | 11101000111111011011001111101100101001111011001101011110 | e8fdb3eca7b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)