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 | 畯?雨?哉 | 1111101101101111001111111000100101001010001111111000110111000110 | fb6f3f894a3f8dc6 |
EUC-JP | 畯?雨?哉 | 100011111100110110111011001111111011000110101011001111111011101011001000 | 8fcdbb3fb1ab3fbac8 |
UTF-8 | 畯렜雨렭哉 | 111001111001010110101111111010111010000010011100111010011001101110101000111010111010000010101101111001011001001110001001 | e795afeba09ce99ba8eba0ade59389 |
UHC | 畯렜雨렭哉 | 11110001111000011000111010101110111010011110101110001110101110101110111010100011 | f1e18eaee9eb8ebaeea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)