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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 猥??鸚??F | 111000001100111000111111001111111110101001011111001111110011111101000110 | e0ce3f3fea5f3f3f46 |
EUC-JP | 猥??鸚??F | 111000001101000000111111001111111111001111000000001111110011111101000110 | e0d03f3ff3c03f3f46 |
UTF-8 | 猥듸슐鸚뗦ːF | 111001111000110010100101111010111001001110111000111011001000101010010000111010011011100010011010111010111001011110100110110010111001000001000110 | e78ca5eb93b8ec8a90e9b89aeb97a6cb9046 |
UHC | 猥듸슐鸚뗦ːF | 11101000111001011011010111101111101111011011011011100101101001001000101111100110101000101011000001000110 | e8e5b5efbdb6e5a48be6a2b046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)