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 | 100100100101001010010001101100101001001001010001100100100101010001000010 | 925291b29251925442 |
EUC-JP | 坦卒嘆探B | 110000111011001111000010101101001100001110110010110000111011010101000010 | c3b3c2b4c3b2c3b542 |
UTF-8 | 坦卒嘆探B | 11100101100111011010011011100101100011011001001011100101100110001000011011100110100011101010001001000010 | e59da6e58d92e59886e68ea242 |
UHC | 坦卒嘆探B | 111101111010010011110000111011111111011110100011111101111010111001000010 | f7a4f0eff7a3f7ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)