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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鶯痔嶸 | 111010011111001010001110101001001111101010110100 | e9f28ea4fab4 |
EUC-JP | 鶯痔嶸 | 11110010111101001011110010100110100011111011101111110100 | f2f4bca68fbbf4 |
UTF-8 | 鶯痔嶸 | 111010011011011010101111111001111001011110010100111001011011011010111000 | e9b6afe79794e5b6b8 |
UHC | 鶯痔嶸 | 111001011010001111110110110000001110011110101110 | e5a3f6c0e7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)