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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 嶸ァ嶸呰乂h | 11111010101101001010011111111010101101001001100111101101100110001010011101101000 | fab4a7fab499ed98a768 |
EUC-JP | 嶸ァ嶸呰乂h | 10001111101110111111010010001110101001111000111110111011111101001101001011101111110100001010100101101000 | 8fbbf48ea78fbbf4d2efd0a968 |
UTF-8 | 嶸ァ嶸呰乂h | 11100101101101101011100011101111101111011010011111100101101101101011100011100101100100011011000011100100101110011000001001101000 | e5b6b8efbda7e5b6b8e591b0e4b98268 |
UHC | 嶸?嶸?乂h | 111001111010111000111111111001111010111000111111111001111101000101101000 | e7ae3fe7ae3fe7d168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)