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 | ò£°éå° | 11110010101000111000111010110000111010011110010110110000 | f2a38eb0e9e5b0 |
SJIS-WIN | ?£?°??° | 00111111100000011001001000111111100000011000101100111111001111111000000110001011 | 3f81923f818b3f3f818b |
EUC-JP | ò£?°éå° | 10001111101010111101001010100001111100100011111110100001111010111000111110101011101100011000111110101011101010011010000111101011 | 8fabd2a1f23fa1eb8fabb18faba9a1eb |
UTF-8 | ò£°éå° | 1100001110110010110000101010001111000010100011101100001010110000110000111010100111000011101001011100001010110000 | c3b2c2a3c28ec2b0c3a9c3a5c2b0 |
UHC | ???°??° | 001111110011111100111111101000011100011000111111001111111010000111000110 | 3f3f3fa1c63f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)