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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ソヨ | 10111111110101101111000010100111 | bfd6f0a7 |
EUC-JP | ソヨ? | 1000111010111111100011101101011000111111 | 8ebf8ed63f |
UTF-8 | ソヨ | 111011111011110110111111111011111011111010010110111011101000000110100110 | efbdbfefbe96ee81a6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)