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 | 100100100100101110010001101101111001001001010001100100011011011101000010 | 924b91b7925191b742 |
EUC-JP | 狸孫嘆孫B | 110000111010110011000010101110011100001110110010110000101011100101000010 | c3acc2b9c3b2c2b942 |
UTF-8 | 狸孫嘆孫B | 11100111100010111011100011100101101011011010101111100101100110001000011011100101101011011010101101000010 | e78bb8e5adabe59886e5adab42 |
UHC | 狸孫嘆孫B | 110101111110000111100001110111011111011110100011111000011101110101000010 | d7e1e1ddf7a3e1dd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)