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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 蠢?郵?助?B | 11100101101111110011111110010111010110000011111110001111100101010011111101000010 | e5bf3f97583f8f953f42 |
EUC-JP | 蠢?郵?助?B | 11101010110000010011111111001101101110010011111110111101111101010011111101000010 | eac13fcdb93fbdf53f42 |
UTF-8 | 蠢렎郵렮助렞B | 11101000101000001010001011101011101000001000111011101001100000111011010111101011101000001010111011100101100010101010100111101011101000001001111001000010 | e8a0a2eba08ee983b5eba0aee58aa9eba09e42 |
UHC | 蠢렎郵렮助렞B | 11110001111000111000111010100100111010011110100010001110101110111111000010111110100011101010111101000010 | f1e38ea4e9e88ebbf0be8eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)