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 | シ蕋 | 101111001110010101000010 | bce542 |
EUC-JP | シ蕋 | 10001110101111001110100110100011 | 8ebce9a3 |
UTF-8 | シ蕋 | 111011111011110110111100111010001001010110001011 | efbdbce8958b |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)