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 | 章ェ汐聿治 | 100011111100110110101010100011101010110011100011111001001000111010100001 | 8fcdaa8eace3e48ea1 |
EUC-JP | 章ェ汐聿治 | 10111110110011111000111010101010101111001010111011100110111001101011110010100011 | becf8eaabcaee6e6bca3 |
UTF-8 | 章ェ汐聿治 | 111001111010101110100000111011111011110110101010111001101011000110010000111010001000000110111111111001101011001010111011 | e7aba0efbdaae6b190e881bfe6b2bb |
UHC | 章?汐聿治 | 111011011111000100111111111000001011000111101011110100111111011010111101 | edf13fe0b1ebd3f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)