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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 暦癲陟h暦 | 100101111110111111100001100111111110100010100000011010001001011111101111 | 97efe19fe8a06897ef |
EUC-JP | 暦癲陟h暦 | 110011101111000111100010101000011111000010100010011010001100111011110001 | cef1e2a1f0a268cef1 |
UTF-8 | 暦癲陟h暦 | 11100110100110101010011011100111100110011011001011101001100110011001111101101000111001101001101010100110 | e69aa6e799b2e9999f68e69aa6 |
UHC | ?癲陟h? | 00111111111011111010011011110100101100110110100000111111 | 3fefa6f4b3683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)