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 | ァ笞 | 10000011010000001110001010011010 | 8340e29a |
EUC-JP | ァ笞 | 10100101101000011110001111111010 | a5a1e3fa |
UTF-8 | ァ笞 | 111000111000001010100001111001111010110010011110 | e382a1e7ac9e |
UHC | ァ笞 | 10101011101000011111011111000010 | aba1f7c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)