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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 脂畔 | 10001110100010011001010011001000 | 8e8994c8 |
EUC-JP | 脂畔 | 10111011111010011100100011001010 | bbe9c8ca |
UTF-8 | 脂畔 | 111010001000010010000010111001111001010110010100 | e88482e79594 |
UHC | 脂畔 | 11110010101101111101101011101101 | f2b7daed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)