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 | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 樽卒@h | 100100100100110110010001101100100100000001101000 | 924d91b24068 |
EUC-JP | 樽卒@h | 110000111010111011000010101101000100000001101000 | c3aec2b44068 |
UTF-8 | 樽卒@h | 1110011010101000101111011110010110001101100100100100000001101000 | e6a8bde58d924068 |
UHC | 樽卒@h | 111100011101110011110000111011110100000001101000 | f1dcf0ef4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)