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 | º? | 1011101000111111 | ba3f |
SJIS-WIN | ?- | 001111111000000101111100 | 3f817c |
EUC-JP | º− | 1000111110100010111010111010000111011101 | 8fa2eba1dd |
UTF-8 | º− | 1100001010111010111000101000100010010010 | c2bae28892 |
UHC | º? | 101010001010110000111111 | a8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)