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 | ±îà | 110000101011000111000011101011101100001110001001 | c2b1c3aec389 |
SJIS-WIN | ?±???? | 00111111100000010111110100111111001111110011111100111111 | 3f817d3f3f3f3f |
EUC-JP | ±î� | 100011111010101010100100101000011101111010001111101010101010101010001111101000101110111010001111101010101010101000111111 | 8faaa4a1de8faaaa8fa2ee8faaaa3f |
UTF-8 | ±îà | 110000111000001011000010101100011100001110000011110000101010111011000011100000111100001010001001 | c382c2b1c383c2aec383c289 |
UHC | ?±?®?? | 0011111110100001101111100011111110100010111001110011111100111111 | 3fa1be3fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)