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 | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
SJIS-WIN | 陷エ逍」O | 11101000100111001011010011100111100101101010001101001111 | e89cb4e796a34f |
EUC-JP | 陷エ逍」O | 111011111111110010001110101101001110110111110110100011101010001101001111 | effc8eb4edf68ea34f |
UTF-8 | 陷エ逍」O | 11101001100110011011011111101111101111011011010011101001100000001000110111101111101111011010001101001111 | e999b7efbdb4e9808defbda34f |
UHC | 陷?逍?O | 11111001111010000011111111100001110011100011111101001111 | f9e83fe1ce3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)