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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 繹ル???] | 1110001110001000100000111000101100111111001111110011111101011101 | e388838b3f3f3f5d |
EUC-JP | 繹ル?庾?] | 11100101111010001010010111101011001111111000111110111100110011100011111101011101 | e5e8a5eb3f8fbcce3f5d |
UTF-8 | 繹ル슚庾퉂] | 11100111101110011011100111100011100000111010101111101100100010101001101011100101101110101011111011101101100010011000001001011101 | e7b9b9e383abec8a9ae5babeed89825d |
UHC | 繹ル슚庾퉂] | 1110011010111010101010111110101110011010101010001110101011101100101110010101000101011101 | e6baabeb9aa8eaecb9515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)