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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 昻 | 111110001111010111111010110100001111001111100011 | f8f5fad0f3e3 |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | 昻 | 111011101001101010010100111001101001100010111011111011101000101110010110 | ee9a94e698bbee8b96 |
UHC | ?昻? | 00111111111001001110100100111111 | 3fe4e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)