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 | 兪???矯 | 10011001011000000011111100111111001111111000101110111000 | 99603f3f3f8bb8 |
EUC-JP | 兪??庾矯 | 110100011100000100111111001111111000111110111100110011101011011010111010 | d1c13f3f8fbcceb6ba |
UTF-8 | 兪섀뤗庾矯 | 111001011000010110101010111011001000010010000000111010111010010010010111111001011011101010111110111001111001111110101111 | e585aaec8480eba497e5babee79faf |
UHC | 兪섀뤗庾矯 | 11101010111001001011110010101000100011111100011111101010111011001100111011101100 | eae4bca88fc7eaecceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)