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 | ¢ùªª | 1010001011111001100011111010101010101010 | a2f98faaaa |
SJIS-WIN | ¢???? | 100000011001000100111111001111110011111100111111 | 81913f3f3f3f |
EUC-JP | ¢ù?ªª | 101000011111000110001111101010111110001100111111100011111010001011101100100011111010001011101100 | a1f18fabe33f8fa2ec8fa2ec |
UTF-8 | ¢ùªª | 11000010101000101100001110111001110000101000111111000010101010101100001010101010 | c2a2c3b9c28fc2aac2aa |
UHC | ???ªª | 00111111001111110011111110101000101000111010100010100011 | 3f3f3fa8a3a8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)