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 | 鶯痔犱ァ、 | 1110100111110010100011101010010011111011010110111010011110100100 | e9f28ea4fb5ba7a4 |
EUC-JP | 鶯痔犱ァ、 | 1111001011110100101111001010011010001111110010101110111110001110101001111000111010100100 | f2f4bca68fcaef8ea78ea4 |
UTF-8 | 鶯痔犱ァ、 | 111010011011011010101111111001111001011110010100111001111000101010110001111011111011110110100111111011111011110110100100 | e9b6afe79794e78ab1efbda7efbda4 |
UHC | 鶯痔??? | 11100101101000111111011011000000001111110011111100111111 | e5a3f6c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)