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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 脱促俗@B | 1001001001000101100100011010001110010001101011010100000001000010 | 924591a391ad4042 |
EUC-JP | 脱促俗@B | 1100001110100110110000101010010111000010101011110100000001000010 | c3a6c2a5c2af4042 |
UTF-8 | 脱促俗@B | 1110100010000100101100011110010010111111100000111110010010111111100101110100000001000010 | e884b1e4bf83e4bf974042 |
UHC | ?促俗@B | 00111111111101011011010111100001110101000100000001000010 | 3ff5b5e1d44042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)