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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 裝絅瞼@h | 1110010111100100111000110100010011100001110110010100000001101000 | e5e4e344e1d94068 |
EUC-JP | 裝絅瞼@h | 1110101011100110111001011010010111100010110110110100000001101000 | eae6e5a5e2db4068 |
UTF-8 | 裝絅瞼@h | 1110100010100011100111011110011110110101100001011110011110011110101111000100000001101000 | e8a39de7b585e79ebc4068 |
UHC | 裝絅瞼@h | 1110110111111011110011001110011111001100101000010100000001101000 | edfbcce7cca14068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)