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 | 釵倩迫 | 111001111101111010011000111010001001010010010111 | e7de98e89497 |
EUC-JP | 釵倩迫 | 111011101110000011010000111010101100011111110111 | eee0d0eac7f7 |
UTF-8 | 釵倩迫 | 111010011000011110110101111001011000000010101001111010001011111110101011 | e987b5e580a9e8bfab |
UHC | 釵?迫 | 1111001111111011001111111101101011011110 | f3fb3fdade |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)