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] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 驕懷キスQ] | 1110100110000001100111001110010110110111101111010101000101011101 | e9819ce5b7bd515d |
EUC-JP | 驕懷キスQ] | 11110001111000011101100011100111100011101011011110001110101111010101000101011101 | f1e1d8e78eb78ebd515d |
UTF-8 | 驕懷キスQ] | 1110100110101001100101011110011010000111101101111110111110111101101101111110111110111101101111010101000101011101 | e9a995e687b7efbdb7efbdbd515d |
UHC | 驕懷??Q] | 1100111011110110111111001110001100111111001111110101000101011101 | cef6fce33f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)