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 | 11111011010101111010001011101001110011101100000001000010 | fb57a2e9cec042 |
EUC-JP | 煇「鯰タB | 10001111110010011111010110001110101000101111001011010000100011101100000001000010 | 8fc9f58ea2f2d08ec042 |
UTF-8 | 煇「鯰タB | 11100111100001011000011111101111101111011010001011101001101011111011000011101111101111101000000001000010 | e78587efbda2e9afb0efbe8042 |
UHC | 煇???B | 111111011100100000111111001111110011111101000010 | fdc83f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)