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 | 1101001110111001110100111010111001101000 | d3b9d3ae68 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | Ó?Ó®h | 1000111110101010110100010011111110001111101010101101000110001111101000101110111001101000 | 8faad13f8faad18fa2ee68 |
UTF-8 | Ó¹Ó®h | 110000111001001111000010101110011100001110010011110000101010111001101000 | c393c2b9c393c2ae68 |
UHC | ?¹?®h | 00111111101010011111011000111111101000101110011101101000 | 3fa9f63fa2e768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)