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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒿楢ィ仙ェ | 1110010011100100100100111110100010101000100100001110010110101010 | e4e493e8a890e5aa |
EUC-JP | 蒿楢ィ仙ェ | 11101000111001101100011011101010100011101010100011000000111001111000111010101010 | e8e6c6ea8ea8c0e78eaa |
UTF-8 | 蒿楢ィ仙ェ | 111010001001001010111111111001101010010110100010111011111011110110101000111001001011101110011001111011111011110110101010 | e892bfe6a5a2efbda8e4bb99efbdaa |
UHC | 蒿楢?仙? | 1111101111011010111010101111100100111111111000001011100100111111 | fbdaeaf93fe0b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)