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 | òõúãx | 1111001011110101111110101110001101111000 | f2f5fae378 |
SJIS-WIN | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
EUC-JP | òõúãx | 10001111101010111101001010001111101010111101100010001111101010111110001010001111101010111010101001111000 | 8fabd28fabd88fabe28fabaa78 |
UTF-8 | òõúãx | 110000111011001011000011101101011100001110111010110000111010001101111000 | c3b2c3b5c3bac3a378 |
UHC | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)