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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ??ズh | 0011111100111111100000110101100101101000 | 3f3f835968 |
EUC-JP | ??ズh | 0011111100111111101001011011101001101000 | 3f3fa5ba68 |
UTF-8 | 若잏ズh | 11101111101001011011010011101100100111101000111111100011100000101011101001101000 | efa5b4ec9e8fe382ba68 |
UHC | 若잏ズh | 11100101101011101001111111100111101010111011101001101000 | e5ae9fe7abba68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)