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 | 邪叱 | 10001110110101111000111010110110 | 8ed78eb6 |
EUC-JP | 邪叱 | 10111100110110011011110010111000 | bcd9bcb8 |
UTF-8 | 邪叱 | 111010011000001010101010111001011000111110110001 | e982aae58fb1 |
UHC | 邪叱 | 11011110111101111111001011101010 | def7f2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)