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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?蠣 | 001111111110010101111001 | 3fe579 |
EUC-JP | ?蠣 | 001111111110100111011010 | 3fe9da |
UTF-8 | 뤵蠣 | 111010111010010010110101111010001010000010100011 | eba4b5e8a0a3 |
UHC | 뤵蠣 | 10001111111000111101010111101110 | 8fe3d5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)