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 | ?X?? | 00111111010110000011111100111111 | 3f583f3f |
SJIS-WIN | 短X揃存 | 10010010010110100101100010010001101101011001000110110110 | 925a5891b591b6 |
EUC-JP | 短X揃存 | 11000011101110110101100011000010101101111100001010111000 | c3bb58c2b7c2b8 |
UTF-8 | 短X揃存 | 11100111100111111010110101011000111001101000111110000011111001011010110110011000 | e79fad58e68f83e5ad98 |
UHC | 短X?存 | 110100111010110101011000001111111111000011101101 | d3ad583ff0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)