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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | ?冀おQ] | 00111111100110010110001010000010101010000101000101011101 | 3f996282a8515d |
EUC-JP | ?冀おQ] | 00111111110100011100001110100100101010100101000101011101 | 3fd1c3a4aa515d |
UTF-8 | 룵冀おQ] | 1110101110100011101101011110010110000110100000001110001110000001100010100101000101011101 | eba3b5e58680e3818a515d |
UHC | 룵冀おQ] | 1000111110101010110100001110110110101010101010100101000101011101 | 8faad0edaaaa515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)