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 | 諢郁寞 | 111001101000010010001000111010001001101110001011 | e68488e89b8b |
EUC-JP | 諢郁寞 | 111010111110010010110000111010101101010111101011 | ebe4b0ead5eb |
UTF-8 | 諢郁寞 | 111010001010101110100010111010011000001110000001111001011010111110011110 | e8aba2e98381e5af9e |
UHC | ?郁寞 | 0011111111101001111101001101100010101100 | 3fe9f4d8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)