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 | S| | 10010110010100111000000101111100 | 9653817c |
SJIS-WIN | ?S?| | 00111111010100110011111101111100 | 3f533f7c |
EUC-JP | ?S?| | 00111111010100110011111101111100 | 3f533f7c |
UTF-8 | S| | 110000101001011001010011110000101000000101111100 | c29653c2817c |
UHC | ?S?| | 00111111010100110011111101111100 | 3f533f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)