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æº | 11100010011101101110011010111010 | e276e6ba |
SJIS-WIN | ?v?? | 00111111011101100011111100111111 | 3f763f3f |
EUC-JP | âvæº | 10001111101010111010010001110110100011111010100111000001100011111010001011101011 | 8faba4768fa9c18fa2eb |
UTF-8 | âvæº | 11000011101000100111011011000011101001101100001010111010 | c3a276c3a6c2ba |
UHC | ?væº | 001111110111011010101001101000011010100010101100 | 3f76a9a1a8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)