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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 他狸嘆 | 100100011011110010010010010010111001001001010001 | 91bc924b9251 |
EUC-JP | 他狸嘆 | 110000101011111011000011101011001100001110110010 | c2bec3acc3b2 |
UTF-8 | 他狸嘆 | 111001001011101110010110111001111000101110111000111001011001100010000110 | e4bb96e78bb8e59886 |
UHC | 他狸嘆 | 111101101110001011010111111000011111011110100011 | f6e2d7e1f7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)