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 | 諠郁疑 | 111001101000001110001000111010001000101101011110 | e68388e88b5e |
EUC-JP | 諠郁疑 | 111010111110001110110000111010101011010110111111 | ebe3b0eab5bf |
UTF-8 | 諠郁疑 | 111010001010101110100000111010011000001110000001111001111001011010010001 | e8aba0e98381e79691 |
UHC | ?郁疑 | 0011111111101001111101001110101111110111 | 3fe9f4ebf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)