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® | 10001111011101101000110110101110 | 8f768dae |
SJIS-WIN | ?v?? | 00111111011101100011111100111111 | 3f763f3f |
EUC-JP | ?v?® | 001111110111011000111111100011111010001011101110 | 3f763f8fa2ee |
UTF-8 | v® | 11000010100011110111011011000010100011011100001010101110 | c28f76c28dc2ae |
UHC | ?v?® | 0011111101110110001111111010001011100111 | 3f763fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)