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 | åêÁ^ | 1000111111100101111010101100000101011110 | 8fe5eac15e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?åêÁ^ | 0011111110001111101010111010100110001111101010111011010010001111101010101010000101011110 | 3f8faba98fabb48faaa15e |
UTF-8 | åêÁ^ | 110000101000111111000011101001011100001110101010110000111000000101011110 | c28fc3a5c3aac3815e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)