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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 營??兪??^ | 100110100111101000111111001111111001100101100000001111110011111101011110 | 9a7a3f3f99603f3f5e |
EUC-JP | 營??兪??^ | 110100111101101100111111001111111101000111000001001111110011111101011110 | d3db3f3fd1c13f3f5e |
UTF-8 | 營뚮퓣兪껊츓^ | 11100111100001111001111111101011100110101010111011101101100100111010001111100101100001011010101011101010101110111000101011101100101110001001001101011110 | e7879feb9aaeed93a3e585aaeabb8aecb8935e |
UHC | 營뚮퓣兪껊츓^ | 11100111101111011000110011101011101111111000110011101010111001001000001111101011101011101000111001011110 | e7bd8cebbf8ceae483ebae8e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)