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 | 窈ζ | 11100010011101111000001111000100 | e27783c4 |
EUC-JP | 窈ζ | 11100011110110001010011011000110 | e3d8a6c6 |
UTF-8 | 窈ζ | 1110011110101010100010001100111010110110 | e7aa88ceb6 |
UHC | 窈ζ | 11101001101000011010010111100110 | e9a1a5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)