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 | 100110100100001011100001101111111001101001000010111000011011111101000010 | 9a42e1bf9a42e1bf42 |
EUC-JP | 咤眩咤眩B | 110100111010001111100010110000011101001110100011111000101100000101000010 | d3a3e2c1d3a3e2c142 |
UTF-8 | 咤眩咤眩B | 11100101100100101010010011100111100111001010100111100101100100101010010011100111100111001010100101000010 | e592a4e79ca9e592a4e79ca942 |
UHC | 咤眩咤眩B | 111101101110001111111010110111111111011011100011111110101101111101000010 | f6e3fadff6e3fadf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)