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 | ?ζ? | 00111111100000111100010000111111 | 3f83c43f |
EUC-JP | ?ζ? | 00111111101001101100011000111111 | 3fa6c63f |
UTF-8 | 뤒ζ헤 | 1110101110100100100100101100111010110110111011011001011110100100 | eba492ceb6ed97a4 |
UHC | 뤒ζ헤 | 100011111100001010100101111001101100011111101100 | 8fc2a5e6c7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)