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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邀??姙ф? | 111001111011000100111111001111111001101101001011100001001000011000111111 | e7b13f3f9b4b84863f |
EUC-JP | 邀??姙ф? | 111011101011001100111111001111111101010110101100101001111110011000111111 | eeb33f3fd5aca7e63f |
UTF-8 | 邀륁옱姙ф퍜 | 1110100110000010100000001110101110100101100000011110110010011000101100011110010110100111100110011101000110000100111011011000110110011100 | e98280eba581ec98b1e5a799d184ed8d9c |
UHC | 邀륁옱姙ф퍜 | 111010011010110110001111111011001001111010101100111011001111010110101100111001101011101110010011 | e9ad8fec9eacecf5ace6bb93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)