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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 漸罸^ | 1001000101010001111000111010110101011110 | 9151e3ad5e |
EUC-JP | 漸罸^ | 1100000110110010111001101010111101011110 | c1b2e6af5e |
UTF-8 | 漸罸^ | 11100110101111001011100011100111101111011011100001011110 | e6bcb8e7bdb85e |
UHC | 漸?^ | 11101111110000100011111101011110 | efc23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)