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 | ¨ù¢´V | 1010100011111001101000101011010001010110 | a8f9a2b456 |
SJIS-WIN | ¨?¢´V | 1000000101001110001111111000000110010001100000010100110001010110 | 814e3f8191814c56 |
EUC-JP | ¨ù¢´V | 10100001101011111000111110101011111000111010000111110001101000011010110101010110 | a1af8fabe3a1f1a1ad56 |
UTF-8 | ¨ù¢´V | 110000101010100011000011101110011100001010100010110000101011010001010110 | c2a8c3b9c2a2c2b456 |
UHC | ¨??´V | 10100001101001110011111100111111101000101010010101010110 | a1a73f3fa2a556 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)