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 | ?瀋巡 | 0011111111100000011000111000111110000100 | 3fe0638f84 |
EUC-JP | 洹瀋巡 | 10001111110001111011101011011111110001001011110111100100 | 8fc7badfc4bde4 |
UTF-8 | 洹瀋巡 | 111001101011010010111001111001111000000010001011111001011011011110100001 | e6b4b9e7808be5b7a1 |
UHC | 洹瀋巡 | 111010101011011111100100101000111110001011011110 | eab7e4a3e2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)