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 | ?膜] | 00111111100101101000110001011101 | 3f968c5d |
EUC-JP | ?膜] | 00111111110010111110110001011101 | 3fcbec5d |
UTF-8 | 뤟膜] | 11101011101001001001111111101000100001101001110001011101 | eba49fe8869c5d |
UHC | 뤟膜] | 1000111111001110110110001010111101011101 | 8fced8af5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)