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 | Ý÷ç¾P | 1101110111110111111001111011111001010000 | ddf7e7be50 |
SJIS-WIN | ?÷??P | 001111111000000110000000001111110011111101010000 | 3f81803f3f50 |
EUC-JP | Ý÷ç?P | 10001111101010101111001010100001111000001000111110101011101011100011111101010000 | 8faaf2a1e08fabae3f50 |
UTF-8 | Ý÷ç¾P | 110000111001110111000011101101111100001110100111110000101011111001010000 | c39dc3b7c3a7c2be50 |
UHC | ?÷?¾P | 00111111101000011100000000111111101010001111101001010000 | 3fa1c03fa8fa50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)