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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 瑶瑟i瑶瑟iB | 1110000011110100111000001110110001101001111000001111010011100000111011000110100101000010 | e0f4e0ec69e0f4e0ec6942 |
EUC-JP | 瑶瑟i瑶瑟iB | 1110000011110110111000001110111001101001111000001111011011100000111011100110100101000010 | e0f6e0ee69e0f6e0ee6942 |
UTF-8 | 瑶瑟i瑶瑟iB | 111001111001000110110110111001111001000110011111011010011110011110010001101101101110011110010001100111110110100101000010 | e791b6e7919f69e791b6e7919f6942 |
UHC | ?瑟i?瑟iB | 001111111110001110100010011010010011111111100011101000100110100101000010 | 3fe3a2693fe3a26942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)