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 | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | 樽卒@B | 100100100100110110010001101100100100000001000010 | 924d91b24042 |
EUC-JP | 樽卒@B | 110000111010111011000010101101000100000001000010 | c3aec2b44042 |
UTF-8 | 樽卒@B | 1110011010101000101111011110010110001101100100100100000001000010 | e6a8bde58d924042 |
UHC | 樽卒@B | 111100011101110011110000111011110100000001000010 | f1dcf0ef4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)