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 | ûнùý³B | 111110111101000010001110101111011111100111111101100011101011001101000010 | fbd08ebdf9fd8eb342 |
SJIS-WIN | ????????B | 001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f42 |
EUC-JP | û???ùý??B | 100011111010101111100101001111110011111100111111100011111010101111100011100011111010101111110010001111110011111101000010 | 8fabe53f3f3f8fabe38fabf23f3f42 |
UTF-8 | ûнùý³B | 1100001110111011110000111001000011000010100011101100001010111101110000111011100111000011101111011100001010001110110000101011001101000010 | c3bbc390c28ec2bdc3b9c3bdc28ec2b342 |
UHC | ?Ð?½???³B | 001111111010100010100010001111111010100011110110001111110011111100111111101010011111100001000010 | 3fa8a23fa8f63f3f3fa9f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)