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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銷幎カ | 1110011111110111100110111110101110110110 | e7f79bebb6 |
EUC-JP | 銷幎カ | 111011101111100111010110111011011000111010110110 | eef9d6ed8eb6 |
UTF-8 | 銷幎カ | 111010011000101010110111111001011011100110001110111011111011110110110110 | e98ab7e5b98eefbdb6 |
UHC | 銷?? | 11100001110100010011111100111111 | e1d13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)