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 | 1110010110110111100100001110010110111100100111111110010011111001101111110110001101000010 | e5b790e5bc9fe4f9bf6342 |
EUC-JP | 蟾仙シ滉?cB | 1110101010111001110000001110011110001110101111001101111011100110001111110110001101000010 | eab9c0e78ebcdee63f6342 |
UTF-8 | 蟾仙シ滉cB | 1110100010011111101111101110010010111011100110011110111110111101101111001110011010111011100010011110111010011100100110100110001101000010 | e89fbee4bb99efbdbce6bb89ee9c9a6342 |
UHC | 蟾仙?滉?cB | 11100000111010101110000010111001001111111111110011010001001111110110001101000010 | e0eae0b93ffcd13f6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)