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¦ | 11100010011101101001111110100110 | e2769fa6 |
SJIS-WIN | ?v?? | 00111111011101100011111100111111 | 3f763f3f |
EUC-JP | âv?¦ | 1000111110101011101001000111011000111111100011111010001011000011 | 8faba4763f8fa2c3 |
UTF-8 | âv¦ | 11000011101000100111011011000010100111111100001010100110 | c3a276c29fc2a6 |
UHC | ?v?? | 00111111011101100011111100111111 | 3f763f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)