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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 咫陌??B | 10011010010000001110100010011001001111110011111101000010 | 9a40e8993f3f42 |
EUC-JP | 咫陌??B | 11010011101000011110111111111001001111110011111101000010 | d3a1eff93f3f42 |
UTF-8 | 咫陌렡렮B | 11100101100100101010101111101001100110011000110011101011101000001010000111101011101000001010111001000010 | e592abe9998ceba0a1eba0ae42 |
UHC | 咫陌렡렮B | 111100101010000111011000111010001000111010110010100011101011101101000010 | f2a1d8e88eb28ebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)