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 | ??搗 | 00111111001111111001110110010001 | 3f3f9d91 |
EUC-JP | ??搗 | 00111111001111111101100111110001 | 3f3fd9f1 |
UTF-8 | 隣멱搗 | 111011111010011110110001111010111010100110110001111001101001000010010111 | efa7b1eba9b1e69097 |
UHC | 隣멱搗 | 111011001110010010111000111010001101001111111101 | ece4b8e8d3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)