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 | 10001101100010000011111111101000101001100011111101000010 | 8d883fe8a63f42 |
EUC-JP | 壕?隕?B | 10111001111010000011111111110000101010000011111101000010 | b9e83ff0a83f42 |
UTF-8 | 壕렜隕렞B | 11100101101000111001010111101011101000001001110011101001100110101001010111101011101000001001111001000010 | e5a395eba09ce99a95eba09e42 |
UHC | 壕렜隕렞B | 111110111011110110001110101011101110101010100010100011101010111101000010 | fbbd8eaeeaa28eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)