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] | 1110100011011111100111001110010110110111101111010101000101011101 | e8df9ce5b7bd515d |
EUC-JP | 鞜懷キスQ] | 11110000111000011101100011100111100011101011011110001110101111010101000101011101 | f0e1d8e78eb78ebd515d |
UTF-8 | 鞜懷キスQ] | 1110100110011110100111001110011010000111101101111110111110111101101101111110111110111101101111010101000101011101 | e99e9ce687b7efbdb7efbdbd515d |
UHC | ?懷??Q] | 00111111111111001110001100111111001111110101000101011101 | 3ffce33f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)