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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 亨ζ | 10001011100111001000001111000100 | 8b9c83c4 |
EUC-JP | 亨ζ | 10110101111111001010011011000110 | b5fca6c6 |
UTF-8 | 亨ζ | 1110010010111010101010001100111010110110 | e4baa8ceb6 |
UHC | 亨ζ | 11111010111110111010010111100110 | fafba5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)