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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 阡オ阡オB | 11101000100101001011010111101000100101001011010101000010 | e894b5e894b542 |
EUC-JP | 阡オ阡オB | 111011111111010010001110101101011110111111110100100011101011010101000010 | eff48eb5eff48eb542 |
UTF-8 | 阡オ阡オB | 11101001100110001010000111101111101111011011010111101001100110001010000111101111101111011011010101000010 | e998a1efbdb5e998a1efbdb542 |
UHC | 阡?阡?B | 11110100110001100011111111110100110001100011111101000010 | f4c63ff4c63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)