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 | ◆??^ | 1000000110011111001111110011111101011110 | 819f3f3f5e |
EUC-JP | ◆??^ | 1010001010100001001111110011111101011110 | a2a13f3f5e |
UTF-8 | ◆룶줔^ | 11100010100101111000011011101011101000111011011011101100101001001001010001011110 | e29786eba3b6eca4945e |
UHC | ◆룶줔^ | 10100001110111111000111110101011101000100100010001011110 | a1df8faba2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)