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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 饒③?檍 | 11101001011000001000011101000010001111111001111011111000 | e96087423f9ef8 |
EUC-JP | 饒??檍 | 111100011100000100111111001111111101110011111010 | f1c13f3fdcfa |
UTF-8 | 饒③젒檍 | 111010011010010110010010111000101001000110100010111011001010000010010010111001101010101010001101 | e9a592e291a2eca092e6aa8d |
UHC | 饒③젒檍 | 1110100110101110101010001110100110100000100100011110010111100101 | e9aea8e9a091e5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)