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 | ワェ。釭ン | 110111001010101010100001111110111011110111011101 | dcaaa1fbbddd |
EUC-JP | ワェ。釭ン | 1000111011011100100011101010101010001110101000011000111111100011101011111000111011011101 | 8edc8eaa8ea18fe3af8edd |
UTF-8 | ワェ。釭ン | 111011111011111010011100111011111011110110101010111011111011110110100001111010011000011110101101111011111011111010011101 | efbe9cefbdaaefbda1e987adefbe9d |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)