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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 羲睡 | 11100011101110101001000010000111 | e3ba9087 |
EUC-JP | 羲睡 | 11100110101111001011111111100111 | e6bcbfe7 |
UTF-8 | 羲睡 | 111001111011111010110010111001111001110110100001 | e7beb2e79da1 |
UHC | 羲睡 | 11111101111111011110001010110010 | fdfde2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)