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 | 諞決沓 | 111001101000011010001100100010001000110001000010 | e6868c888c42 |
EUC-JP | 諞決沓 | 111010111110011010110111111010001011011110100011 | ebe6b7e8b7a3 |
UTF-8 | 諞決沓 | 111010001010101110011110111001101011000110111010111001101011001010010011 | e8ab9ee6b1bae6b293 |
UHC | ?決沓 | 0011111111001100101111011101001111001011 | 3fccbdd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)