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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 荻?α弟 | 10001001101011000011111110000011101111111001001011101101 | 89ac3f83bf92ed |
EUC-JP | 荻?α弟 | 10110010101011100011111110100110110000011100010011101111 | b2ae3fa6c1c4ef |
UTF-8 | 荻펭α弟 | 1110100010001101101110111110110110001110101011011100111010110001111001011011110010011111 | e88dbbed8eadceb1e5bc9f |
UHC | 荻펭α弟 | 1110111011100010110001101110101110100101111000011111000010101001 | eee2c6eba5e1f0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)