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 | 種陌? | 1000111011101101111010001001100100111111 | 8eede8993f |
EUC-JP | 種陌枏 | 10111100111011111110111111111001100011111100001110101010 | bcefeff98fc3aa |
UTF-8 | 種陌枏 | 111001111010100010101110111010011001100110001100111001101001111010001111 | e7a8aee9998ce69e8f |
UHC | 種陌枏 | 111100001111101011011000111010001101000111110111 | f0fad8e8d1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)