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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 盍羞B | 1110000110110010111000111011010101000010 | e1b2e3b542 |
EUC-JP | 盍羞B | 1110001010110100111001101011011101000010 | e2b4e6b742 |
UTF-8 | 盍羞B | 11100111100110111000110111100111101111101001111001000010 | e79b8de7be9e42 |
UHC | ?羞B | 00111111111000101011101001000010 | 3fe2ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)