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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 尞宍尞宍^ | 111110101010101110001110101100111111101010101011100011101011001101011110 | faab8eb3faab8eb35e |
EUC-JP | 尞宍尞宍^ | 1000111110111010111010111011110010110101100011111011101011101011101111001011010101011110 | 8fbaebbcb58fbaebbcb55e |
UTF-8 | 尞宍尞宍^ | 11100101101100001001111011100101101011101000110111100101101100001001111011100101101011101000110101011110 | e5b09ee5ae8de5b09ee5ae8d5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)