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 | 邪悉 | 10001110110101111000111010111011 | 8ed78ebb |
EUC-JP | 邪悉 | 10111100110110011011110010111101 | bcd9bcbd |
UTF-8 | 邪悉 | 111010011000001010101010111001101000001010001001 | e982aae68289 |
UHC | 邪悉 | 11011110111101111110001111111010 | def7e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)