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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鞜懷キスB | 11101000110111111001110011100101101101111011110101000010 | e8df9ce5b7bd42 |
EUC-JP | 鞜懷キスB | 111100001110000111011000111001111000111010110111100011101011110101000010 | f0e1d8e78eb78ebd42 |
UTF-8 | 鞜懷キスB | 11101001100111101001110011100110100001111011011111101111101111011011011111101111101111011011110101000010 | e99e9ce687b7efbdb7efbdbd42 |
UHC | ?懷??B | 001111111111110011100011001111110011111101000010 | 3ffce33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)