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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 苣随酋B | 11100100100100001001000010001111100011110101010101000010 | e490908f8f5542 |
EUC-JP | 苣随酋B | 11100111111100001011111111101111101111011011011001000010 | e7f0bfefbdb642 |
UTF-8 | 苣随酋B | 11101000100010111010001111101001100110101000111111101001100001011000101101000010 | e88ba3e99a8fe9858b42 |
UHC | ??酋B | 0011111100111111111101011101110001000010 | 3f3ff5dc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)