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 | 0011111101011110001111110101111001000010 | 3f5e3f5e42 |
SJIS-WIN | ?^?^B | 0011111101011110001111110101111001000010 | 3f5e3f5e42 |
EUC-JP | ?^?^B | 0011111101011110001111110101111001000010 | 3f5e3f5e42 |
UTF-8 | 묪^묪^B | 111010111010110010101010010111101110101110101100101010100101111001000010 | ebacaa5eebacaa5e42 |
UHC | 묪^묪^B | 10010010010000100101111010010010010000100101111001000010 | 92425e92425e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)