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 | Ó¹÷¬Ó¹ | 110100111011100111110111101011001101001110111001 | d3b9f7acd3b9 |
SJIS-WIN | ??÷¬?? | 0011111100111111100000011000000010000001110010100011111100111111 | 3f3f818081ca3f3f |
EUC-JP | Ó?÷¬Ó? | 100011111010101011010001001111111010000111100000101000101100110010001111101010101101000100111111 | 8faad13fa1e0a2cc8faad13f |
UTF-8 | Ó¹÷¬Ó¹ | 110000111001001111000010101110011100001110110111110000101010110011000011100100111100001010111001 | c393c2b9c3b7c2acc393c2b9 |
UHC | ?¹÷??¹ | 001111111010100111110110101000011100000000111111001111111010100111110110 | 3fa9f6a1c03f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)