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 | 怨峰? | 1000100110000101100101011111010000111111 | 898595f43f |
EUC-JP | 怨峰珷 | 10110001111001011100101011110110100011111100101111111010 | b1e5caf68fcbfa |
UTF-8 | 怨峰珷 | 111001101000000010101000111001011011001110110000111001111000111110110111 | e680a8e5b3b0e78fb7 |
UHC | 怨峰珷 | 111010101011001111011100111010001101100111101110 | eab3dce8d9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)