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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 咫韜韲 | 100110100100000011101000111010011110100011101100 | 9a40e8e9e8ec |
EUC-JP | 咫韜韲 | 110100111010000111110000111010111111000011101110 | d3a1f0ebf0ee |
UTF-8 | 咫韜韲 | 111001011001001010101011111010011001111110011100111010011001111110110010 | e592abe99f9ce99fb2 |
UHC | 咫韜? | 1111001010100001110101001011011100111111 | f2a1d4b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)