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??? | 0011111101010001001111110011111100111111 | 3f513f3f3f |
SJIS-WIN | 短Q其辿賊 | 100100100101101001010001100100011011010010010010010010001001000110101111 | 925a5191b4924891af |
EUC-JP | 短Q其辿賊 | 110000111011101101010001110000101011011011000011101010011100001010110001 | c3bb51c2b6c3a9c2b1 |
UTF-8 | 短Q其辿賊 | 11100111100111111010110101010001111001011000010110110110111010001011111010111111111010001011001110001010 | e79fad51e585b6e8bebfe8b38a |
UHC | 短Q其?賊 | 1101001110101101010100011101000011101100001111111110111011100100 | d3ad51d0ec3feee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)