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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薰溷廠辯 | 1111101110011110100111111110010110001111101100011110011110000111 | fb9e9fe58fb1e787 |
EUC-JP | ?溷廠辯 | 00111111110111101110011110111110101100111110110111100111 | 3fdee7beb3ede7 |
UTF-8 | 薰溷廠辯 | 111010001001011010110000111001101011101010110111111001011011101110100000111010001011111010101111 | e896b0e6bab7e5bba0e8beaf |
UHC | 薰?廠辯 | 11111101101110010011111111110011110111111101110010101010 | fdb93ff3dfdcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)