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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銛キム榊 | 111001111111001110110111110100011000110111100101 | e7f3b7d18de5 |
EUC-JP | 銛キム榊 | 1110111011110101100011101011011110001110110100011011101011100111 | eef58eb78ed1bae7 |
UTF-8 | 銛キム榊 | 111010011000101010011011111011111011110110110111111011111011111010010001111001101010011010001010 | e98a9befbdb7efbe91e6a68a |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)