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 | 佃驅 | 10010010110011111110100101111011 | 92cfe97b |
EUC-JP | 佃驅 | 11000100110100011111000111011100 | c4d1f1dc |
UTF-8 | 佃驅 | 111001001011110110000011111010011010100110000101 | e4bd83e9a985 |
UHC | 佃驅 | 11101110111011001100111111001100 | eeeccfcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)