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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 漿苦\ | 1001111111110111100010111110101001011100 | 9ff78bea5c |
EUC-JP | 漿苦\ | 1101111011111001101101101110110001011100 | def9b6ec5c |
UTF-8 | 漿苦\ | 11100110101111001011111111101000100010111010011001011100 | e6bcbfe88ba65c |
UHC | 漿苦\ | 1110110111101100110011011100100001011100 | edeccdc85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)