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 | 1110000011110010111000001110101001101001111000001111001011100000111010100110100101000010 | e0f2e0ea69e0f2e0ea6942 |
EUC-JP | 瑣瑕i瑣瑕iB | 1110000011110100111000001110110001101001111000001111010011100000111011000110100101000010 | e0f4e0ec69e0f4e0ec6942 |
UTF-8 | 瑣瑕i瑣瑕iB | 111001111001000110100011111001111001000110010101011010011110011110010001101000111110011110010001100101010110100101000010 | e791a3e7919569e791a3e791956942 |
UHC | ?瑕i?瑕iB | 001111111111100111000010011010010011111111111001110000100110100101000010 | 3ff9c2693ff9c26942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)