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 | 脂畔滿 | 100011101000100110010100110010001001111111011110 | 8e8994c89fde |
EUC-JP | 脂畔滿 | 101110111110100111001000110010101101111011100000 | bbe9c8cadee0 |
UTF-8 | 脂畔滿 | 111010001000010010000010111001111001010110010100111001101011101110111111 | e88482e79594e6bbbf |
UHC | 脂畔滿 | 111100101011011111011010111011011101100010111011 | f2b7daedd8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)