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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒻の??橈 | 1110010011101000100000101100110000111111001111111001111011110100 | e4e882cc3f3f9ef4 |
EUC-JP | 蒻の??橈 | 1110100011101010101001001100111000111111001111111101110011110110 | e8eaa4ce3f3fdcf6 |
UTF-8 | 蒻の살졎橈 | 111010001001001010111011111000111000000110101110111011001000001010110100111011001010000110001110111001101010100110001000 | e892bbe381aeec82b4eca18ee6a988 |
UHC | 蒻の살졎橈 | 11100101101101101010101011001110101110111110110010100000101110111110100011111010 | e5b6aacebbeca0bbe8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)