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 | ?箔] | 00111111100101001001001101011101 | 3f94935d |
EUC-JP | ?箔] | 00111111110001111111001101011101 | 3fc7f35d |
UTF-8 | 퓐箔] | 11101101100100111001000011100111101011101001010001011101 | ed9390e7ae945d |
UHC | 퓐箔] | 1100011110110111110110101101100001011101 | c7b7dad85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)