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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???游ζ? | 0011111100111111001111111001111111100000100000111100010000111111 | 3f3f3f9fe083c43f |
EUC-JP | ???游ζ? | 0011111100111111001111111101111011100010101001101100011000111111 | 3f3f3fdee2a6c63f |
UTF-8 | 閱뤿툙游ζ껸 | 1110100110010110101100011110101110100100101111111110110110001000100110011110011010111000101110001100111010110110111010101011101110111000 | e996b1eba4bfed8899e6b8b8ceb6eabbb8 |
UHC | 閱뤿툙游ζ껸 | 111001101111001110001111111010111011100010010000111010101111110110100101111001101011001010111001 | e6f38febb890eafda5e6b2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)