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 | 韈陽] | 1110100011100111100101110111101001011101 | e8e7977a5d |
EUC-JP | 韈陽] | 1111000011101001110011011101101101011101 | f0e9cddb5d |
UTF-8 | 韈陽] | 11101001100111111000100011101001100110011011110101011101 | e99f88e999bd5d |
UHC | ?陽] | 00111111111001011101010101011101 | 3fe5d55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)