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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 隴ォ逍ケH | 11101000101011011010101111100111100101101011100101001000 | e8adabe796b948 |
EUC-JP | 隴ォ逍ケH | 111100001010111110001110101010111110110111110110100011101011100101001000 | f0af8eabedf68eb948 |
UTF-8 | 隴ォ逍ケH | 11101001100110101011010011101111101111011010101111101001100000001000110111101111101111011011100101001000 | e99ab4efbdabe9808defbdb948 |
UHC | ??逍?H | 001111110011111111100001110011100011111101001000 | 3f3fe1ce3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)