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 | 章ェ汐聿治粨 | 1000111111001101101010101000111010101100111000111110010010001110101000011110001011101000 | 8fcdaa8eace3e48ea1e2e8 |
EUC-JP | 章ェ汐聿治粨 | 101111101100111110001110101010101011110010101110111001101110011010111100101000111110010011101010 | becf8eaabcaee6e6bca3e4ea |
UTF-8 | 章ェ汐聿治粨 | 111001111010101110100000111011111011110110101010111001101011000110010000111010001000000110111111111001101011001010111011111001111011001010101000 | e7aba0efbdaae6b190e881bfe6b2bbe7b2a8 |
UHC | 章?汐聿治? | 11101101111100010011111111100000101100011110101111010011111101101011110100111111 | edf13fe0b1ebd3f6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)