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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 豎眷] | 1110011010110001111000011100010101011101 | e6b1e1c55d |
EUC-JP | 豎眷] | 1110110010110011111000101100011101011101 | ecb3e2c75d |
UTF-8 | 豎眷] | 11101000101100011000111011100111100111001011011101011101 | e8b18ee79cb75d |
UHC | ?眷] | 00111111110011111110111101011101 | 3fcfef5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)