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 | 磁蔀治屡 | 1000111010100101100011101100000110001110101000011000111011000110 | 8ea58ec18ea18ec6 |
EUC-JP | 磁蔀治屡 | 1011110010100111101111001100001110111100101000111011110011001000 | bca7bcc3bca3bcc8 |
UTF-8 | 磁蔀治屡 | 111001111010001110000001111010001001010010000000111001101011001010111011111001011011000110100001 | e7a381e89480e6b2bbe5b1a1 |
UHC | 磁?治? | 111011011011100000111111111101101011110100111111 | edb83ff6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)