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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??散?^ | 001111110011111110001110010101010011111101011110 | 3f3f8e553f5e |
EUC-JP | ??散?^ | 001111110011111110111011101101100011111101011110 | 3f3fbbb63f5e |
UTF-8 | 채짊散짊^ | 11101100101100011000010011101100101001111000101011100110100101011010001111101100101001111000101001011110 | ecb184eca78ae695a3eca78a5e |
UHC | 채짊散짊^ | 110000111010010011000001111110111101111110100100110000011111101101011110 | c3a4c1fbdfa4c1fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)