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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 隹ソ谿雁イ。h | 11101000101100001011111111100110101011101000101011100101101100101010000101101000 | e8b0bfe6ae8ae5b2a168 |
EUC-JP | 隹ソ谿雁イ。h | 11110000101100101000111010111111111011001011000010110100111001111000111010110010100011101010000101101000 | f0b28ebfecb0b4e78eb28ea168 |
UTF-8 | 隹ソ谿雁イ。h | 11101001100110101011100111101111101111011011111111101000101100001011111111101001100110111000000111101111101111011011001011101111101111011010000101101000 | e99ab9efbdbfe8b0bfe99b81efbdb2efbda168 |
UHC | ??谿雁??h | 001111110011111111001101101011001110010011010010001111110011111101101000 | 3f3fcdace4d23f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)