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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 鵝?}鵝?{^ | 111010100100000000111111011111011110101001000000001111110111101101011110 | ea403f7dea403f7b5e |
EUC-JP | 鵝?}鵝?{^ | 111100111010000100111111011111011111001110100001001111110111101101011110 | f3a13f7df3a13f7b5e |
UTF-8 | 鵝낧}鵝낧{^ | 111010011011010110011101111010111000001010100111011111011110100110110101100111011110101110000010101001110111101101011110 | e9b59deb82a77de9b59deb82a77b5e |
UHC | 鵝낧}鵝낧{^ | 1110010010111101100001100100001101111101111001001011110110000110010000110111101101011110 | e4bd86437de4bd86437b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)