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 | 驩区瑳隕ァ | 111010011000100110001011111001101000110110111010111010001010011010100111 | e9898be68dbae8a6a7 |
EUC-JP | 驩区瑳隕ァ | 11110001111010011011011011101000101110101011110011110000101010001000111010100111 | f1e9b6e8babcf0a88ea7 |
UTF-8 | 驩区瑳隕ァ | 111010011010100110101001111001011000110010111010111001111001000110110011111010011001101010010101111011111011110110100111 | e9a9a9e58cbae791b3e99a95efbda7 |
UHC | 驩??隕? | 11111100101111100011111100111111111010101010001000111111 | fcbe3f3feaa23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)