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 | 蒹襯璧蒹 | 1110010011100011111001100100010011100000111110001110010011100011 | e4e3e644e0f8e4e3 |
EUC-JP | 蒹襯璧蒹 | 1110100011100101111010111010010111100000111110101110100011100101 | e8e5eba5e0fae8e5 |
UTF-8 | 蒹襯璧蒹 | 111010001001001010111001111010001010010110101111111001111001001010100111111010001001001010111001 | e892b9e8a5afe792a7e892b9 |
UHC | ??璧? | 0011111100111111110110111111110100111111 | 3f3fdbfd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)