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 | 脂畔渼 | 100011101000100110010100110010001111101101001001 | 8e8994c8fb49 |
EUC-JP | 脂畔渼 | 10111011111010011100100011001010100011111100011111110000 | bbe9c8ca8fc7f0 |
UTF-8 | 脂畔渼 | 111010001000010010000010111001111001010110010100111001101011100010111100 | e88482e79594e6b8bc |
UHC | 脂畔渼 | 111100101011011111011010111011011101101010110100 | f2b7daeddab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)