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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 釋袍 | 11100111110101111110010111011010 | e7d7e5da |
EUC-JP | 釋袍 | 11101110110110011110101011011100 | eed9eadc |
UTF-8 | 釋袍 | 111010011000011110001011111010001010001010001101 | e9878be8a28d |
UHC | 釋袍 | 11100000101101111111100011100101 | e0b7f8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)