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 | çhæ±E | 1110011101101000111001101011000101000101 | e768e6b145 |
SJIS-WIN | ?h?±E | 001111110110100000111111100000010111110101000101 | 3f683f817d45 |
EUC-JP | çhæ±E | 10001111101010111010111001101000100011111010100111000001101000011101111001000101 | 8fabae688fa9c1a1de45 |
UTF-8 | çhæ±E | 1100001110100111011010001100001110100110110000101011000101000101 | c3a768c3a6c2b145 |
UHC | ?hæ±E | 00111111011010001010100110100001101000011011111001000101 | 3f68a9a1a1be45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)