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 | TU | 100110000101010001010101 | 985455 |
SJIS-WIN | ?TU | 001111110101010001010101 | 3f5455 |
EUC-JP | ?TU | 001111110101010001010101 | 3f5455 |
UTF-8 | TU | 11000010100110000101010001010101 | c2985455 |
UHC | ?TU | 001111110101010001010101 | 3f5455 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)