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 | ???} | 00111111001111110011111101111101 | 3f3f3f7d |
SJIS-WIN | ???} | 00111111001111110011111101111101 | 3f3f3f7d |
EUC-JP | ???} | 00111111001111110011111101111101 | 3f3f3f7d |
UTF-8 | 혧횒혮} | 11101101100110001010011111101101100110101001001011101101100110001010111001111101 | ed98a7ed9a92ed98ae7d |
UHC | 혧횒혮} | 11000010100011111100001110001101110000101001010101111101 | c28fc38dc2957d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)