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 | 111010011000010010001110101110101110100110000100100011101011101001000010 | e9848ebae9848eba42 |
EUC-JP | 驗室驗室B | 111100011110010010111100101111001111000111100100101111001011110001000010 | f1e4bcbcf1e4bcbc42 |
UTF-8 | 驗室驗室B | 11101001101010011001011111100101101011101010010011101001101010011001011111100101101011101010010001000010 | e9a997e5aea4e9a997e5aea442 |
UHC | 驗室驗室B | 111110101101000011100011111110001111101011010000111000111111100001000010 | fad0e3f8fad0e3f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)