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 | ¾íÄêØ | 10111110111011011000111111000100111010101000111011011000 | beed8fc4ea8ed8 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?í?Äê?Ø | 001111111000111110101011101111110011111110001111101010101010001110001111101010111011010000111111100011111010100110101100 | 3f8fabbf3f8faaa38fabb43f8fa9ac |
UTF-8 | ¾íÄêØ | 1100001010111110110000111010110111000010100011111100001110000100110000111010101011000010100011101100001110011000 | c2bec3adc28fc384c3aac28ec398 |
UHC | ¾?????Ø | 101010001111101000111111001111110011111100111111001111111010100010101010 | a8fa3f3f3f3f3fa8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)