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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閼ア轤ュ謐 | 1110100010000100101100011110011110000010101011011110011010001101 | e884b1e782ade68d |
EUC-JP | 閼ア轤ュ謐 | 11101111111001001000111010110001111011011110001010001110101011011110101111101101 | efe48eb1ede28eadebed |
UTF-8 | 閼ア轤ュ謐 | 111010011001011010111100111011111011110110110001111010001011110110100100111011111011110110101101111010001010110010010000 | e996bcefbdb1e8bda4efbdade8ac90 |
UHC | 閼???謐 | 11100100110110010011111100111111001111111101101011001101 | e4d93f3f3fdacd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)