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 | 犖獻瑯 | 111000001011011011100000110110011110000011100101 | e0b6e0d9e0e5 |
EUC-JP | 犖獻瑯 | 111000001011100011100000110110111110000011100111 | e0b8e0dbe0e7 |
UTF-8 | 犖獻瑯 | 111001111000101010010110111001111000110110111011111001111001000110101111 | e78a96e78dbbe791af |
UHC | ?獻瑯 | 0011111111111010110011001101010111001011 | 3ffaccd5cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)