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 | 釶ス蝣エ蔗 | 1110011111011111101111011110010110100000101101001110010011110010 | e7dfbde5a0b4e4f2 |
EUC-JP | 釶ス蝣エ蔗 | 11101110111000011000111010111101111010101010001010001110101101001110100011110100 | eee18ebdeaa28eb4e8f4 |
UTF-8 | 釶ス蝣エ蔗 | 111010011000011110110110111011111011110110111101111010001001110110100011111011111011110110110100111010001001010010010111 | e987b6efbdbde89da3efbdb4e89497 |
UHC | ????蔗 | 001111110011111100111111001111111110110110111101 | 3f3f3f3fedbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)