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 | 蟇鈴ス朱ョ | 1110010110101111100101111110100110111101100011101110100110101110 | e5af97e9bd8ee9ae |
EUC-JP | 蟇鈴ス朱ョ | 11101010101100011100111011101011100011101011110110111100111010111000111010101110 | eab1ceeb8ebdbceb8eae |
UTF-8 | 蟇鈴ス朱ョ | 111010001001111110000111111010011000100010110100111011111011110110111101111001101001110010110001111011111011110110101110 | e89f87e988b4efbdbde69cb1efbdae |
UHC | ?鈴?朱? | 00111111110101101100001000111111111100011011100100111111 | 3fd6c23ff1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)