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 | 1100001010001010110000111010000001110110 | c28ac3a076 |
SJIS-WIN | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
EUC-JP | Â?Ã?v | 100011111010101010100100001111111000111110101010101010100011111101110110 | 8faaa43f8faaaa3f76 |
UTF-8 | ÂÃ v | 110000111000001011000010100010101100001110000011110000101010000001110110 | c382c28ac383c2a076 |
UHC | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)