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 | è÷è ± | 111010001111011110011100111010001010000010110001 | e8f79ce8a0b1 |
SJIS-WIN | ?÷???± | 0011111110000001100000000011111100111111001111111000000101111101 | 3f81803f3f3f817d |
EUC-JP | è÷?è?± | 100011111010101110110010101000011110000000111111100011111010101110110010001111111010000111011110 | 8fabb2a1e03f8fabb23fa1de |
UTF-8 | è÷è ± | 110000111010100011000011101101111100001010011100110000111010100011000010101000001100001010110001 | c3a8c3b7c29cc3a8c2a0c2b1 |
UHC | ?÷???± | 0011111110100001110000000011111100111111001111111010000110111110 | 3fa1c03f3f3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)