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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 消ヘ﨨 | 10001111110000011111010010100110110011011111101111011010 | 8fc1f4a6cdfbda |
EUC-JP | 消?ヘ? | 101111101100001100111111100011101100110100111111 | bec33f8ecd3f |
UTF-8 | 消ヘ﨨 | 111001101011011010001000111011101000110110010101111011111011111010001101111011111010100010101000 | e6b688ee8d95efbe8defa8a8 |
UHC | 消??? | 1110000110111100001111110011111100111111 | e1bc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)