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 | ???C] | 0011111100111111001111110100001101011101 | 3f3f3f435d |
SJIS-WIN | 癌??C] | 100010101110000000111111001111110100001101011101 | 8ae03f3f435d |
EUC-JP | 癌??C] | 101101001110001000111111001111110100001101011101 | b4e23f3f435d |
UTF-8 | 癌꿰뮵C] | 1110011110011001100011001110101010111111101100001110101110101110101101010100001101011101 | e7998ceabfb0ebaeb5435d |
UHC | 癌꿰뮵C] | 1110010011011111101100101110011110010010101111010100001101011101 | e4dfb2e792bd435d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)