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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ソ。hソ。 | 1011111110100001011010001011111110100001 | bfa168bfa1 |
EUC-JP | ソ。hソ。 | 100011101011111110001110101000010110100010001110101111111000111010100001 | 8ebf8ea1688ebf8ea1 |
UTF-8 | ソ。hソ。 | 11101111101111011011111111101111101111011010000101101000111011111011110110111111111011111011110110100001 | efbdbfefbda168efbdbfefbda1 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)