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 | 丈ム] | 10001111111001001101000101011101 | 8fe4d15d |
EUC-JP | 丈ム] | 1011111011100110100011101101000101011101 | bee68ed15d |
UTF-8 | 丈ム] | 11100100101110001000100011101111101111101001000101011101 | e4b888efbe915d |
UHC | 丈?] | 11101101110110110011111101011101 | eddb3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)