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 | 沼 | 10001111110000001111010011100100 | 8fc0f4e4 |
EUC-JP | 沼? | 101111101100001000111111 | bec23f |
UTF-8 | 沼 | 111001101011001010111100111011101000111010010011 | e6b2bcee8e93 |
UHC | 沼? | 111000011011101100111111 | e1bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)