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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 絶??僥?E | 1001000011100010001111110011111110011001010001100011111101000101 | 90e23f3f99463f45 |
EUC-JP | 絶??僥?E | 1100000011100100001111110011111111010001101001110011111101000101 | c0e43f3fd1a73f45 |
UTF-8 | 絶뷂슥僥뾕E | 11100111101101011011011011101011101101111000001011101100100010101010010111100101100000111010010111101011101111101001010101000101 | e7b5b6ebb782ec8aa5e583a5ebbe9545 |
UHC | 絶뷂슥僥뾕E | 1110111110111110100101001110111110111101101110111110100011101001100101110101001001000101 | efbe94efbdbbe8e9975245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)