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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?紈??^ | 00111111100011111101001111001101001111110011111101011110 | 3f8fd3cd3f3f5e |
UTF-8 | 뤗紈깰샴^ | 11101011101001001001011111100111101101001000100011101010101110011011000011101100100000111011010001011110 | eba497e7b488eab9b0ec83b45e |
UHC | 뤗紈깰샴^ | 100011111100011111111100101111001011000111111101101111001010010001011110 | 8fc7fcbcb1fdbca45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)