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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 祭??議? | 10001101110101010011111100111111100010110110001100111111 | 8dd53f3f8b633f |
EUC-JP | 祭??議? | 10111010110101110011111100111111101101011100010000111111 | bad73f3fb5c43f |
UTF-8 | 祭멱駱議렮 | 111001111010010110101101111010111010100110110001111011111010010010011010111010001010110110110000111010111010000010101110 | e7a5adeba9b1efa49ae8adb0eba0ae |
UHC | 祭멱駱議렮 | 11110000101011101011100011101000110100011110100111101100101000011000111010111011 | f0aeb8e8d1e9eca18ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)