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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 鶯痔軸~ | 111010011111001010001110101001001111001010100001100011101011001001111110 | e9f28ea4f2a18eb27e |
EUC-JP | 鶯痔?軸~ | 1111001011110100101111001010011000111111101111001011010001111110 | f2f4bca63fbcb47e |
UTF-8 | 鶯痔軸~ | 11101001101101101010111111100111100101111001010011101110100001111001100011101000101110111011100001111110 | e9b6afe79794ee8798e8bbb87e |
UHC | 鶯痔?軸~ | 1110010110100011111101101100000000111111111101011110111001111110 | e5a3f6c03ff5ee7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)