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 | 1100000110100011101111101101100101010110 | c1a3bed956 |
SJIS-WIN | ?£??V | 001111111000000110010010001111110011111101010110 | 3f81923f3f56 |
EUC-JP | Á£?ÙV | 10001111101010101010000110100001111100100011111110001111101010101110001101010110 | 8faaa1a1f23f8faae356 |
UTF-8 | Á£¾ÙV | 110000111000000111000010101000111100001010111110110000111001100101010110 | c381c2a3c2bec39956 |
UHC | ??¾?V | 001111110011111110101000111110100011111101010110 | 3f3fa8fa3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)