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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 夭?????^ | 1001101011101110001111110011111100111111001111110011111101011110 | 9aee3f3f3f3f3f5e |
EUC-JP | 夭?????^ | 1101010011110000001111110011111100111111001111110011111101011110 | d4f03f3f3f3f3f5e |
UTF-8 | 夭곌였溜쀫젪^ | 11100101101001001010110111101010101100111000110011101100100110001000000011101111101001111000101111101100100000001010101111101100101000001010101001011110 | e5a4adeab38cec9880efa78bec80abeca0aa5e |
UHC | 夭곌였溜쀫젪^ | 11101000111011001011000011101010101111111011010011101010111111101001011111101011101000001010001001011110 | e8ecb0eabfb4eafe97eba0a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)