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 | 鶯痔煇。」 | 1110100111110010100011101010010011111011010101111010000110100011 | e9f28ea4fb57a1a3 |
EUC-JP | 鶯痔煇。」 | 1111001011110100101111001010011010001111110010011111010110001110101000011000111010100011 | f2f4bca68fc9f58ea18ea3 |
UTF-8 | 鶯痔煇。」 | 111010011011011010101111111001111001011110010100111001111000010110000111111011111011110110100001111011111011110110100011 | e9b6afe79794e78587efbda1efbda3 |
UHC | 鶯痔煇?? | 1110010110100011111101101100000011111101110010000011111100111111 | e5a3f6c0fdc83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)