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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謗ш械 | 111001101000111010000100100010101000101001000010 | e68e848a8a42 |
EUC-JP | 謗ш械 | 111010111110111010100111111010101011001110100011 | ebeea7eab3a3 |
UTF-8 | 謗ш械 | 1110100010101100100101111101000110001000111001101010001010110000 | e8ac97d188e6a2b0 |
UHC | 謗ш械 | 110110111011111110101100111010101100110011111110 | dbbfaceaccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)