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 | シチ琥 | 10111100110000011110000011100110 | bcc1e0e6 |
EUC-JP | シチ琥 | 100011101011110010001110110000011110000011101000 | 8ebc8ec1e0e8 |
UTF-8 | シチ琥 | 111011111011110110111100111011111011111010000001111001111001000010100101 | efbdbcefbe81e790a5 |
UHC | ??琥 | 00111111001111111111101111010000 | 3f3ffbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)