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 | 殆g礬 | 100101100111011110000010100001111110001001001000 | 96778287e248 |
EUC-JP | 殆g礬 | 110010111101100010100011111001111110001110101001 | cbd8a3e7e3a9 |
UTF-8 | 殆g礬 | 111001101010111010000110111011111011110110000111111001111010010010101100 | e6ae86efbd87e7a4ac |
UHC | 殆g礬 | 111101111011111110100011111001111101101011110011 | f7bfa3e7daf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)