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 | 襾焔∈襾 | 1110011001000111100010011000101110000001101110001110011001000111 | e647898b81b8e647 |
EUC-JP | 襾焔∈襾 | 1110101110101000101100011110101110100010101110101110101110101000 | eba8b1eba2baeba8 |
UTF-8 | 襾焔∈襾 | 111010001010010110111110111001111000010010010100111000101000100010001000111010001010010110111110 | e8a5bee78494e28888e8a5be |
UHC | ??∈? | 0011111100111111101000011111010000111111 | 3f3fa1f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)