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 | ?Q??B | 0011111101010001001111110011111101000010 | 3f513f3f42 |
SJIS-WIN | 短Q袖臓B | 1001001001011010010100011001000110110011100100011001111101000010 | 925a5191b3919f42 |
EUC-JP | 短Q袖臓B | 1100001110111011010100011100001010110101110000101010000101000010 | c3bb51c2b5c2a142 |
UTF-8 | 短Q袖臓B | 1110011110011111101011010101000111101000101000101001011011101000100001111001001101000010 | e79fad51e8a296e8879342 |
UHC | 短Q袖?B | 11010011101011010101000111100010110000000011111101000010 | d3ad51e2c03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)