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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟆苓ア瑚帥 | 111001011011000010010111111010001011000110001100111010001001000010000011 | e5b097e8b18ce89083 |
EUC-JP | 蟆苓ア瑚帥 | 11101010101100101100111011101010100011101011000110111000111010101011111111100011 | eab2ceea8eb1b8eabfe3 |
UTF-8 | 蟆苓ア瑚帥 | 111010001001111110000110111010001000101110010011111011111011110110110001111001111001000110011010111001011011100010100101 | e89f86e88b93efbdb1e7919ae5b8a5 |
UHC | ???瑚帥 | 00111111001111110011111111111011110100011110000111111101 | 3f3f3ffbd1e1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)