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 | ?°? | 001111111011000000111111 | 3fb03f |
SJIS-WIN | 篆°オ | 1110001010111101100000011000101110110101 | e2bd818bb5 |
EUC-JP | 篆°オ | 111001001011111110100001111010111000111010110101 | e4bfa1eb8eb5 |
UTF-8 | 篆°オ | 1110011110101111100001101100001010110000111011111011110110110101 | e7af86c2b0efbdb5 |
UHC | 篆°? | 1110111110101010101000011100011000111111 | efaaa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)