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 | 簀粡瑪 | 111000101100010111100010111001111110000011110011 | e2c5e2e7e0f3 |
EUC-JP | 簀粡瑪 | 111001001100011111100100111010011110000011110101 | e4c7e4e9e0f5 |
UTF-8 | 簀粡瑪 | 111001111011000010000000111001111011001010100001111001111001000110101010 | e7b080e7b2a1e791aa |
UHC | ??瑪 | 00111111001111111101100010100101 | 3f3fd8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)