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 | ?賞?詳^ | 00111111100011111101110000111111100011111101101001011110 | 3f8fdc3f8fda5e |
EUC-JP | ?賞?詳^ | 00111111101111101101111000111111101111101101110001011110 | 3fbede3fbedc5e |
UTF-8 | 뤅賞뤅詳^ | 11101011101001001000010111101000101100111001111011101011101001001000010111101000101010011011001101011110 | eba485e8b39eeba485e8a9b35e |
UHC | 뤅賞뤅詳^ | 100011111011010111011111110110111000111110110101110111111101100101011110 | 8fb5dfdb8fb5dfd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)