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 | ò£°è½Ò | 11110010101000111000111010110000111010001011110111010010 | f2a38eb0e8bdd2 |
SJIS-WIN | ?£?°??? | 001111111000000110010010001111111000000110001011001111110011111100111111 | 3f81923f818b3f3f3f |
EUC-JP | ò£?°è?Ò | 100011111010101111010010101000011111001000111111101000011110101110001111101010111011001000111111100011111010101011010010 | 8fabd2a1f23fa1eb8fabb23f8faad2 |
UTF-8 | ò£°è½Ò | 1100001110110010110000101010001111000010100011101100001010110000110000111010100011000010101111011100001110010010 | c3b2c2a3c28ec2b0c3a8c2bdc392 |
UHC | ???°?½? | 001111110011111100111111101000011100011000111111101010001111011000111111 | 3f3f3fa1c63fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)