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 | 銷種萄 | 111001111111011110001110111011011001001110111000 | e7f78eed93b8 |
EUC-JP | 銷種萄 | 111011101111100110111100111011111100011010111010 | eef9bcefc6ba |
UTF-8 | 銷種萄 | 111010011000101010110111111001111010100010101110111010001001000010000100 | e98ab7e7a8aee89084 |
UHC | 銷種萄 | 111000011101000111110000111110101101010010101100 | e1d1f0fad4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)