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 | ???IB | 0011111100111111001111110100100101000010 | 3f3f3f4942 |
SJIS-WIN | 漿??IB | 100111111111011100111111001111110100100101000010 | 9ff73f3f4942 |
EUC-JP | 漿??IB | 110111101111100100111111001111110100100101000010 | def93f3f4942 |
UTF-8 | 漿됬돻IB | 1110011010111100101111111110101110010000101011001110101110001111101110110100100101000010 | e6bcbfeb90aceb8fbb4942 |
UHC | 漿됬돻IB | 1110110111101100100010011110011110001001101111100100100101000010 | edec89e789be4942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)