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 | 00111111001111110011111101001001 | 3f3f3f49 |
SJIS-WIN | 顴絅戮I | 11101001010000011110001101000100100111010100001101001001 | e941e3449d4349 |
EUC-JP | 顴絅戮I | 11110001101000101110010110100101110110011010010001001001 | f1a2e5a5d9a449 |
UTF-8 | 顴絅戮I | 11101001101000011011010011100111101101011000010111100110100010001010111001001001 | e9a1b4e7b585e688ae49 |
UHC | ?絅戮I | 001111111100110011100111110101111100000001001001 | 3fcce7d7c049 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)