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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 霄咏枚B | 11101000101110101001100111100111100101101000011101000010 | e8ba99e7968742 |
EUC-JP | 霄咏枚B | 11110000101111001101001011101001110010111110011101000010 | f0bcd2e9cbe742 |
UTF-8 | 霄咏枚B | 11101001100111001000010011100101100100101000111111100110100111101001101001000010 | e99c84e5928fe69e9a42 |
UHC | ??枚B | 0011111100111111110110001101110101000010 | 3f3fd8dd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)