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^ | 1110110110011000101001111110110010110001100101111110110110011010101001001110110010110000101111011110110110011010101000000110010101011110 | ed98a7ecb197ed9aa4ecb0bded9aa0655e |
UHC | 혧챗횤창횠e^ | 110000101000111111000011101010101100001110011011110000111010001011000011100110000110010101011110 | c28fc3aac39bc3a2c398655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)