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 | ?{?s | 00111111011110110011111101110011 | 3f7b3f73 |
SJIS-WIN | 舅{舅s | 111001000110111001111011111001000110111001110011 | e46e7be46e73 |
EUC-JP | 舅{舅s | 111001111100111101111011111001111100111101110011 | e7cf7be7cf73 |
UTF-8 | 舅{舅s | 1110100010001000100001010111101111101000100010001000010101110011 | e888857be8888573 |
UHC | 舅{舅s | 110011111100000001111011110011111100000001110011 | cfc07bcfc073 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)