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 | 1110000010111111111000001110110001101001111000001011111111100000111011000110100101000010 | e0bfe0ec69e0bfe0ec6942 |
EUC-JP | 狒瑟i狒瑟iB | 1110000011000001111000001110111001101001111000001100000111100000111011100110100101000010 | e0c1e0ee69e0c1e0ee6942 |
UTF-8 | 狒瑟i狒瑟iB | 111001111000101110010010111001111001000110011111011010011110011110001011100100101110011110010001100111110110100101000010 | e78b92e7919f69e78b92e7919f6942 |
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)