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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
EUC-JP | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
UTF-8 | 챤채찼횜e^ | 1110110010110001101001001110110010110001100001001110110010110000101111001110110110011010100111000110010101011110 | ecb1a4ecb184ecb0bced9a9c655e |
UHC | 챤채찼횜e^ | 11000011101011101100001110100100110000111010000111000011100101100110010101011110 | c3aec3a4c3a1c396655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)