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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 咤眩h咤眩 | 100110100100001011100001101111110110100010011010010000101110000110111111 | 9a42e1bf689a42e1bf |
EUC-JP | 咤眩h咤眩 | 110100111010001111100010110000010110100011010011101000111110001011000001 | d3a3e2c168d3a3e2c1 |
UTF-8 | 咤眩h咤眩 | 11100101100100101010010011100111100111001010100101101000111001011001001010100100111001111001110010101001 | e592a4e79ca968e592a4e79ca9 |
UHC | 咤眩h咤眩 | 111101101110001111111010110111110110100011110110111000111111101011011111 | f6e3fadf68f6e3fadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)