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 | 鬲梦屎鮨ャ | 111010011010110110011010111010111001101110011101111010011011110110101100 | e9ad9aeb9b9de9bdac |
EUC-JP | 鬲梦屎鮨ャ | 11110010101011111101010011101101110101011111110111110010101111111000111010101100 | f2afd4edd5fdf2bf8eac |
UTF-8 | 鬲梦屎鮨ャ | 111010011010110010110010111001101010001010100110111001011011000110001110111010011010111010101000111011111011110110101100 | e9acb2e6a2a6e5b18ee9aea8efbdac |
UHC | ??屎?? | 001111110011111111100011101110100011111100111111 | 3f3fe3ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)