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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 澳???ζ | 11100000010100110011111100111111001111111000001111000100 | e0533f3f3f83c4 |
EUC-JP | 澳??旿ζ | 110111111011010000111111001111111000111111000001111101001010011011000110 | dfb43f3f8fc1f4a6c6 |
UTF-8 | 澳랃슛旿ζ | 1110011010111110101100111110101110011110100000111110110010001010100110111110011010010111101111111100111010110110 | e6beb3eb9e83ec8a9be697bfceb6 |
UHC | 澳랃슛旿ζ | 11100111111111101000110111101111101111011011100011100111111110101010010111100110 | e7fe8defbdb8e7faa5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)