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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陦。竇 | 1110100010100001101000011110001010000101 | e8a1a1e285 |
EUC-JP | 陦。竇 | 111100001010001110001110101000011110001111100101 | f0a38ea1e3e5 |
UTF-8 | 陦。竇 | 111010011001100110100110111011111011110110100001111001111010101110000111 | e999a6efbda1e7ab87 |
UHC | ??竇 | 00111111001111111101010011100100 | 3f3fd4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)