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 | ??IB | 00111111001111110100100101000010 | 3f3f4942 |
SJIS-WIN | 辰揃IB | 100100100100001110010001101101010100100101000010 | 924391b54942 |
EUC-JP | 辰揃IB | 110000111010010011000010101101110100100101000010 | c3a4c2b74942 |
UTF-8 | 辰揃IB | 1110100010111110101100001110011010001111100000110100100101000010 | e8beb0e68f834942 |
UHC | 辰?IB | 1111001011100011001111110100100101000010 | f2e33f4942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)