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^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
EUC-JP | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
UTF-8 | 혧횎쩍쩌짤e^ | 1110110110011000101001111110110110011010100011101110110010101001100011011110110010101001100011001110110010100111101001000110010101011110 | ed98a7ed9a8eeca98deca98ceca7a4655e |
UHC | 혧횎쩍쩌짤e^ | 110000101000111111000011100010101100001010111101110000101011110011000010101010010110010101011110 | c28fc38ac2bdc2bcc2a9655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)