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 | 脂畔━ | 100011101000100110010100110010001000010010101010 | 8e8994c884aa |
EUC-JP | 脂畔━ | 101110111110100111001000110010101010100010101100 | bbe9c8caa8ac |
UTF-8 | 脂畔━ | 111010001000010010000010111001111001010110010100111000101001010010000001 | e88482e79594e29481 |
UHC | 脂畔━ | 111100101011011111011010111011011010011010101100 | f2b7daeda6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)