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 | 1001001001000101100100011011100010010001101011010100000001000010 | 924591b891ad4042 |
EUC-JP | 脱尊俗@B | 1100001110100110110000101011101011000010101011110100000001000010 | c3a6c2bac2af4042 |
UTF-8 | 脱尊俗@B | 1110100010000100101100011110010110110000100010101110010010111111100101110100000001000010 | e884b1e5b08ae4bf974042 |
UHC | ?尊俗@B | 00111111111100001110111011100001110101000100000001000010 | 3ff0eee1d44042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)