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 | Ó¹ö°@h | 110100111011100111110110101100000100000001101000 | d3b9f6b04068 |
SJIS-WIN | ???°@h | 00111111001111110011111110000001100010110100000001101000 | 3f3f3f818b4068 |
EUC-JP | Ó?ö°@h | 1000111110101010110100010011111110001111101010111101001110100001111010110100000001101000 | 8faad13f8fabd3a1eb4068 |
UTF-8 | Ó¹ö°@h | 11000011100100111100001010111001110000111011011011000010101100000100000001101000 | c393c2b9c3b6c2b04068 |
UHC | ?¹?°@h | 0011111110101001111101100011111110100001110001100100000001101000 | 3fa9f63fa1c64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)