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 | ?????cB | 00111111001111110011111100111111001111110110001101000010 | 3f3f3f3f3f6342 |
SJIS-WIN | 蟾仙シ溷崛cB | 1110010110110111100100001110010110111100100111111110010110011011101111110110001101000010 | e5b790e5bc9fe59bbf6342 |
EUC-JP | 蟾仙シ溷崛cB | 111010101011100111000000111001111000111010111100110111101110011111010110110000010110001101000010 | eab9c0e78ebcdee7d6c16342 |
UTF-8 | 蟾仙シ溷崛cB | 1110100010011111101111101110010010111011100110011110111110111101101111001110011010111010101101111110010110110100100110110110001101000010 | e89fbee4bb99efbdbce6bab7e5b49b6342 |
UHC | 蟾仙???cB | 111000001110101011100000101110010011111100111111001111110110001101000010 | e0eae0b93f3f3f6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)