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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??沇 | 0011111100111111100011111100011011101011 | 3f3f8fc6eb |
UTF-8 | 롔롂沇 | 111010111010000110010100111010111010000110000010111001101011001010000111 | eba194eba182e6b287 |
UHC | 롔롂沇 | 100011101101100010001110110010011110011011001100 | 8ed88ec9e6cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)