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 | 100100001111100010001000101000101001000011111000100110110100110101000010 | 90f888a290f89b4d42 |
EUC-JP | 煽阿煽娥B | 110000001111101010110000101001001100000011111010110101011010111001000010 | c0fab0a4c0fad5ae42 |
UTF-8 | 煽阿煽娥B | 11100111100001011011110111101001100110001011111111100111100001011011110111100101101010001010010101000010 | e785bde998bfe785bde5a8a542 |
UHC | 煽阿煽娥B | 111000001100001111100100101110011110000011000011111001001011000001000010 | e0c3e4b9e0c3e4b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)