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 | 蒻の??? | 11100100111010001000001011001100001111110011111100111111 | e4e882cc3f3f3f |
EUC-JP | 蒻の??? | 11101000111010101010010011001110001111110011111100111111 | e8eaa4ce3f3f3f |
UTF-8 | 蒻の살졎僚 | 111010001001001010111011111000111000000110101110111011001000001010110100111011001010000110001110111011111010011010111011 | e892bbe381aeec82b4eca18eefa6bb |
UHC | 蒻の살졎僚 | 11100101101101101010101011001110101110111110110010100000101110111110100011101000 | e5b6aacebbeca0bbe8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)