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 | 蒻の살졋輦 | 111010001001001010111011111000111000000110101110111011001000001010110100111011001010000110001011111011111010011010011000 | e892bbe381aeec82b4eca18befa698 |
UHC | 蒻の살졋輦 | 11100101101101101010101011001110101110111110110010100000101110101110011011100100 | e5b6aacebbeca0bae6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)