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 | Ó©Ó¹a | 1101001110101001110100111011100101100001 | d3a9d3b961 |
SJIS-WIN | ????a | 0011111100111111001111110011111101100001 | 3f3f3f3f61 |
EUC-JP | Ó©Ó?a | 1000111110101010110100011000111110100010111011011000111110101010110100010011111101100001 | 8faad18fa2ed8faad13f61 |
UTF-8 | Ó©Ó¹a | 110000111001001111000010101010011100001110010011110000101011100101100001 | c393c2a9c393c2b961 |
UHC | ???¹a | 001111110011111100111111101010011111011001100001 | 3f3f3fa9f661 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)