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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 陣????B | 10010000011101110011111100111111001111110011111101000010 | 90773f3f3f3f42 |
EUC-JP | 陣????B | 10111111110110000011111100111111001111110011111101000010 | bfd83f3f3f3f42 |
UTF-8 | 陣롇렪롆롖B | 11101001100110011010001111101011101000011000011111101011101000001010101011101011101000011000011011101011101000011001011001000010 | e999a3eba187eba0aaeba186eba19642 |
UHC | 陣롇렪롆롖B | 1111001011100110100011101100110110001110101110001000111011001100100011101101101001000010 | f2e68ecd8eb88ecc8eda42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)