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 | í´Þ×ÕÜ | 111011011011010011011110110101111101010111011100 | edb4ded7d5dc |
SJIS-WIN | ?´?×?? | 0011111110000001010011000011111110000001011111100011111100111111 | 3f814c3f817e3f3f |
EUC-JP | í´Þ×ÕÜ | 10001111101010111011111110100001101011011000111110101001101100001010000111011111100011111010101011011000100011111010101011100100 | 8fabbfa1ad8fa9b0a1df8faad88faae4 |
UTF-8 | í´Þ×ÕÜ | 110000111010110111000010101101001100001110011110110000111001011111000011100101011100001110011100 | c3adc2b4c39ec397c395c39c |
UHC | ?´Þ×?? | 001111111010001010100101101010001010110110100001101111110011111100111111 | 3fa2a5a8ada1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)