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 | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | ?櫻?∮@B | 0011111110011111010011100011111110000111100100110100000001000010 | 3f9f4e3f87934042 |
EUC-JP | ?櫻??@B | 00111111110111011010111100111111001111110100000001000010 | 3fddaf3f3f4042 |
UTF-8 | 룶櫻卽∮@B | 1110101110100011101101101110011010101011101110111110010110001101101111011110001010001000101011100100000001000010 | eba3b6e6abbbe58dbde288ae4042 |
UHC | 룶櫻卽∮@B | 10001111101010111110010110100001111100011110110110100010101100010100000001000010 | 8fabe5a1f1eda2b14042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)