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 | 罐″ク | 1110001110100011100000011000110110111000 | e3a3818db8 |
EUC-JP | 罐″ク | 111001101010010110100001111011011000111010111000 | e6a5a1ed8eb8 |
UTF-8 | 罐″ク | 111001111011110110010000111000101000000010110011111011111011110110111000 | e7bd90e280b3efbdb8 |
UHC | 罐″? | 1100111010111000101000011100100000111111 | ceb8a1c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)