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 | ïä±éý¦ | 1110111111100100100011101011000111101001111111011000111010100110 | efe48eb1e9fd8ea6 |
SJIS-WIN | ???±???? | 001111110011111100111111100000010111110100111111001111110011111100111111 | 3f3f3f817d3f3f3f3f |
EUC-JP | ïä?±éý?¦ | 10001111101010111100000110001111101010111010001100111111101000011101111010001111101010111011000110001111101010111111001000111111100011111010001011000011 | 8fabc18faba33fa1de8fabb18fabf23f8fa2c3 |
UTF-8 | ïä±éý¦ | 11000011101011111100001110100100110000101000111011000010101100011100001110101001110000111011110111000010100011101100001010100110 | c3afc3a4c28ec2b1c3a9c3bdc28ec2a6 |
UHC | ???±???? | 001111110011111100111111101000011011111000111111001111110011111100111111 | 3f3f3fa1be3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)