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 | 00111111111000001101100100111111111000001101100101000010 | 3fe0d93fe0d942 |
EUC-JP | ?獻?獻B | 00111111111000001101101100111111111000001101101101000010 | 3fe0db3fe0db42 |
UTF-8 | 뤜獻뤜獻B | 11101011101001001001110011100111100011011011101111101011101001001001110011100111100011011011101101000010 | eba49ce78dbbeba49ce78dbb42 |
UHC | 뤜獻뤜獻B | 100011111100101111111010110011001000111111001011111110101100110001000010 | 8fcbfacc8fcbfacc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)