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 | 鬥ケ謇カ | 111010011010011010111001111001101000100110110110 | e9a6b9e689b6 |
EUC-JP | 鬥ケ謇カ | 1111001010101000100011101011100111101011111010011000111010110110 | f2a88eb9ebe98eb6 |
UTF-8 | 鬥ケ謇カ | 111010011010110010100101111011111011110110111001111010001010110010000111111011111011110110110110 | e9aca5efbdb9e8ac87efbdb6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)