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 | 沼、 | 100011111100000010100100 | 8fc0a4 |
EUC-JP | 沼、 | 10111110110000101000111010100100 | bec28ea4 |
UTF-8 | 沼、 | 111001101011001010111100111011111011110110100100 | e6b2bcefbda4 |
UHC | 沼? | 111000011011101100111111 | e1bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)