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 | 詣ζ? | 1000110001110111100000111100010000111111 | 8c7783c43f |
EUC-JP | 詣ζ? | 1011011111011000101001101100011000111111 | b7d8a6c63f |
UTF-8 | 詣ζ쵟 | 1110100010101001101000111100111010110110111011001011010110011111 | e8a9a3ceb6ecb59f |
UHC | 詣ζ쵟 | 111001111110000110100101111001101010110010100000 | e7e1a5e6aca0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)