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 | 脂畔┏ | 100011101000100110010100110010001000010010101100 | 8e8994c884ac |
EUC-JP | 脂畔┏ | 101110111110100111001000110010101010100010101110 | bbe9c8caa8ae |
UTF-8 | 脂畔┏ | 111010001000010010000010111001111001010110010100111000101001010010001111 | e88482e79594e2948f |
UHC | 脂畔┏ | 111100101011011111011010111011011010011010101110 | f2b7daeda6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)