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 | úW´ûV¹ | 11111010010101111000111010110100111110110101011010111001 | fa578eb4fb56b9 |
SJIS-WIN | ?W?´?V? | 0011111101010111001111111000000101001100001111110101011000111111 | 3f573f814c3f563f |
EUC-JP | úW?´ûV? | 100011111010101111100010010101110011111110100001101011011000111110101011111001010101011000111111 | 8fabe2573fa1ad8fabe5563f |
UTF-8 | úW´ûV¹ | 110000111011101001010111110000101000111011000010101101001100001110111011010101101100001010111001 | c3ba57c28ec2b4c3bb56c2b9 |
UHC | ?W?´?V¹ | 001111110101011100111111101000101010010100111111010101101010100111110110 | 3f573fa2a53f56a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)