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??e^ | 001111110101100000111111001111110110010101011110 | 3f583f3f655e |
SJIS-WIN | ?X??e^ | 001111110101100000111111001111110110010101011110 | 3f583f3f655e |
EUC-JP | ?X??e^ | 001111110101100000111111001111110110010101011110 | 3f583f3f655e |
UTF-8 | 혳X찼쩐e^ | 111011011001100010110011010110001110110010110000101111001110110010101001100100000110010101011110 | ed98b358ecb0bceca990655e |
UHC | 혳X찼쩐e^ | 110000101001101001011000110000111010000111000010101111100110010101011110 | c29a58c3a1c2be655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)