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 | 토賞토詳^ | 11101101100001101010000011101000101100111001111011101101100001101010000011101000101010011011001101011110 | ed86a0e8b39eed86a0e8a9b35e |
UHC | 토賞토詳^ | 110001011110010011011111110110111100010111100100110111111101100101011110 | c5e4dfdbc5e4dfd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)