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 | 二??^ | 1001001111110001001111110011111101011110 | 93f13f3f5e |
EUC-JP | 二??^ | 1100011011110011001111110011111101011110 | c6f33f3f5e |
UTF-8 | 二뚯즺^ | 11100100101110101000110011101011100110101010111111101100101001101011101001011110 | e4ba8ceb9aafeca6ba5e |
UHC | 二뚯즺^ | 11101100101000111000110011101100101000111000110001011110 | eca38ceca38c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)