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 | ??@??ZB | 00111111001111110100000000111111001111110101101001000010 | 3f3f403f3f5a42 |
SJIS-WIN | ?}@?}ZB | 001111111000000101110000010000000011111110000001011100000101101001000010 | 3f8170403f81705a42 |
EUC-JP | ?}@?}ZB | 001111111010000111010001010000000011111110100001110100010101101001000010 | 3fa1d1403fa1d15a42 |
UTF-8 | 룵}@룵}ZB | 111010111010001110110101111011111011110110011101010000001110101110100011101101011110111110111101100111010101101001000010 | eba3b5efbd9d40eba3b5efbd9d5a42 |
UHC | 룵}@룵}ZB | 1000111110101010101000111111110101000000100011111010101010100011111111010101101001000010 | 8faaa3fd408faaa3fd5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)