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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 他速狸促B | 100100011011110010010001101011001001001001001011100100011010001101000010 | 91bc91ac924b91a342 |
EUC-JP | 他速狸促B | 110000101011111011000010101011101100001110101100110000101010010101000010 | c2bec2aec3acc2a542 |
UTF-8 | 他速狸促B | 11100100101110111001011011101001100000001001111111100111100010111011100011100100101111111000001101000010 | e4bb96e9809fe78bb8e4bf8342 |
UHC | 他速狸促B | 111101101110001011100001110111001101011111100001111101011011010101000010 | f6e2e1dcd7e1f5b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)