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 | 綫n綫nB | 111001111011011010101011011011101110011110110110101010110110111001000010 | e7b6ab6ee7b6ab6e42 |
SJIS-WIN | ?¶?n?¶?nB | 0011111110000001111101110011111101101110001111111000000111110111001111110110111001000010 | 3f81f73f6e3f81f73f6e42 |
EUC-JP | �n�nB | 100011111010101110101110101000101111100100111111011011101000111110101011101011101010001011111001001111110110111001000010 | 8fabaea2f93f6e8fabaea2f93f6e42 |
UTF-8 | 綫n綫nB | 110000111010011111000010101101101100001010101011011011101100001110100111110000101011011011000010101010110110111001000010 | c3a7c2b6c2ab6ec3a7c2b6c2ab6e42 |
UHC | ?¶?n?¶?nB | 0011111110100010110100100011111101101110001111111010001011010010001111110110111001000010 | 3fa2d23f6e3fa2d23f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)