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 | 裂令璋 | 100101111111010010010111110111111110000011110110 | 97f497dfe0f6 |
EUC-JP | 裂令璋 | 110011101111011011001110111000011110000011111000 | cef6cee1e0f8 |
UTF-8 | 裂令璋 | 111010001010001110000010111001001011101110100100111001111001001010001011 | e8a382e4bba4e7928b |
UHC | 裂令璋 | 110101101010111011010110101101011110110111110000 | d6aed6b5edf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)