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 | 消ヘ睆 | 10001111110000011111010010100110110011011111101101110110 | 8fc1f4a6cdfb76 |
EUC-JP | 消?ヘ睆 | 1011111011000011001111111000111011001101100011111100111011110010 | bec33f8ecd8fcef2 |
UTF-8 | 消ヘ睆 | 111001101011011010001000111011101000110110010101111011111011111010001101111001111001110110000110 | e6b688ee8d95efbe8de79d86 |
UHC | 消??? | 1110000110111100001111110011111100111111 | e1bc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)