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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 畯貊?B | 111110110110111111100110101110110011111101000010 | fb6fe6bb3f42 |
EUC-JP | 畯貊?B | 10001111110011011011101111101100101111010011111101000010 | 8fcdbbecbd3f42 |
UTF-8 | 畯貊뱌B | 11100111100101011010111111101000101100101000101011101011101100011000110001000010 | e795afe8b28aebb18c42 |
UHC | 畯貊뱌B | 11110001111000011101100011100111101110011111001001000010 | f1e1d8e7b9f242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)