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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 槊喙 | 10011110110011001001101001011011 | 9ecc9a5b |
EUC-JP | 槊喙 | 11011100110011101101001110111100 | dcced3bc |
UTF-8 | 槊喙 | 111001101010011110001010111001011001011010011001 | e6a78ae59699 |
UHC | ?喙 | 001111111111110111000010 | 3ffdc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)