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??kE | 00111111001111110110001000111111001111110110101101000101 | 3f3f623f3f6b45 |
SJIS-WIN | 蜥、b逞セkE | 111001011001001010100100011000101110011110010111101111100110101101000101 | e592a462e797be6b45 |
EUC-JP | 蜥、b逞セkE | 1110100111110010100011101010010001100010111011011111011110001110101111100110101101000101 | e9f28ea462edf78ebe6b45 |
UTF-8 | 蜥、b逞セkE | 111010001001110010100101111011111011110110100100011000101110100110000000100111101110111110111101101111100110101101000101 | e89ca5efbda462e9809eefbdbe6b45 |
UHC | ??b逞?kE | 0011111100111111011000101101011011000001001111110110101101000101 | 3f3f62d6c13f6b45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)