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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 蟾仙シ溷崛@h | 1110010110110111100100001110010110111100100111111110010110011011101111110100000001101000 | e5b790e5bc9fe59bbf4068 |
EUC-JP | 蟾仙シ溷崛@h | 111010101011100111000000111001111000111010111100110111101110011111010110110000010100000001101000 | eab9c0e78ebcdee7d6c14068 |
UTF-8 | 蟾仙シ溷崛@h | 1110100010011111101111101110010010111011100110011110111110111101101111001110011010111010101101111110010110110100100110110100000001101000 | e89fbee4bb99efbdbce6bab7e5b49b4068 |
UHC | 蟾仙???@h | 111000001110101011100000101110010011111100111111001111110100000001101000 | e0eae0b93f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)