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 | 薰溷廠 | 111110111001111010011111111001011000111110110001 | fb9e9fe58fb1 |
EUC-JP | ?溷廠 | 0011111111011110111001111011111010110011 | 3fdee7beb3 |
UTF-8 | 薰溷廠 | 111010001001011010110000111001101011101010110111111001011011101110100000 | e896b0e6bab7e5bba0 |
UHC | 薰?廠 | 1111110110111001001111111111001111011111 | fdb93ff3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)