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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???極^ | 001111110011111100111111100010111100100101011110 | 3f3f3f8bc95e |
EUC-JP | 獒??極^ | 1000111111001011101110110011111100111111101101101100101101011110 | 8fcbbb3f3fb6cb5e |
UTF-8 | 獒섃댌極^ | 11100111100011011001001011101100100001001000001111101011100011001000110011100110101001011011010101011110 | e78d92ec8483eb8c8ce6a5b55e |
UHC | 獒섃댌極^ | 111010001010001110011000111000101000100010110101110100001011111101011110 | e8a398e288b5d0bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)