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 | 逶胞] | 1110011110011011100101100100010101011101 | e79b96455d |
EUC-JP | 逶胞] | 1110110111111011110010111010011001011101 | edfbcba65d |
UTF-8 | 逶胞] | 11101001100000001011011011101000100000111001111001011101 | e980b6e8839e5d |
UHC | ?胞] | 00111111111110001110000001011101 | 3ff8e05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)