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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬣罷a岦 | 1110100110100101100101001110101110000010100000011111101010101100 | e9a594eb8281faac |
EUC-JP | 鬣罷a岦 | 111100101010011111001000111011011010001111100001100011111011101110110011 | f2a7c8eda3e18fbbb3 |
UTF-8 | 鬣罷a岦 | 111010011010110010100011111001111011110110110111111011111011110110000001111001011011001010100110 | e9aca3e7bdb7efbd81e5b2a6 |
UHC | ?罷a? | 001111111111011111110011101000111110000100111111 | 3ff7f3a3e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)