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 | 纒? | 111000111001010100111111 | e3953f |
EUC-JP | 纒頮 | 1110010111110101100011111110100010100010 | e5f58fe8a2 |
UTF-8 | 纒頮 | 111001111011101010010010111010011010000010101110 | e7ba92e9a0ae |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)