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 | Ó¹p÷¬V | 110100111011100101110000111101111010110001010110 | d3b970f7ac56 |
SJIS-WIN | ??p÷¬V | 0011111100111111011100001000000110000000100000011100101001010110 | 3f3f70818081ca56 |
EUC-JP | Ó?p÷¬V | 10001111101010101101000100111111011100001010000111100000101000101100110001010110 | 8faad13f70a1e0a2cc56 |
UTF-8 | Ó¹p÷¬V | 11000011100100111100001010111001011100001100001110110111110000101010110001010110 | c393c2b970c3b7c2ac56 |
UHC | ?¹p÷?V | 0011111110101001111101100111000010100001110000000011111101010110 | 3fa9f670a1c03f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)