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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬲ロ昱 | 1110100110101101110110111111101001100011 | e9addbfa63 |
EUC-JP | 鬲ロ昱 | 11110010101011111000111011011011100011111100001010101101 | f2af8edb8fc2ad |
UTF-8 | 鬲ロ昱 | 111010011010110010110010111011111011111010011011111001101001100010110001 | e9acb2efbe9be698b1 |
UHC | ??昱 | 00111111001111111110100111110000 | 3f3fe9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)