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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
EUC-JP | 汭?[}汭?[{^ | 10001111110001101110001000111111010110110111110110001111110001101110001000111111010110110111101101011110 | 8fc6e23f5b7d8fc6e23f5b7b5e |
UTF-8 | 汭쒥[}汭쒥[{^ | 1110011010110001101011011110110010010010101001010101101101111101111001101011000110101101111011001001001010100101010110110111101101011110 | e6b1adec92a55b7de6b1adec92a55b7b5e |
UHC | 汭쒥[}汭쒥[{^ | 11100111110101111001110011111010010110110111110111100111110101111001110011111010010110110111101101011110 | e7d79cfa5b7de7d79cfa5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)