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 | ÷®÷ | 111101111010111011110111 | f7aef7 |
SJIS-WIN | ÷?÷ | 1000000110000000001111111000000110000000 | 81803f8180 |
EUC-JP | ÷®÷ | 10100001111000001000111110100010111011101010000111100000 | a1e08fa2eea1e0 |
UTF-8 | ÷®÷ | 110000111011011111000010101011101100001110110111 | c3b7c2aec3b7 |
UHC | ÷®÷ | 101000011100000010100010111001111010000111000000 | a1c0a2e7a1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)