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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝪九d崧鷲 | 11100101101000011000101111100011100000101000010011111010101011111001100001101000 | e5a18be38284faaf9868 |
EUC-JP | 蝪九d崧鷲 | 1110101010100011101101101110010110100011111001001000111110111011110010101100111111001001 | eaa3b6e5a3e48fbbcacfc9 |
UTF-8 | 蝪九d崧鷲 | 111010001001110110101010111001001011100110011101111011111011110110000100111001011011010010100111111010011011011110110010 | e89daae4b99defbd84e5b4a7e9b7b2 |
UHC | ?九d崧鷲 | 001111111100111011111010101000111110010011100010111111101111011010101111 | 3fcefaa3e4e2fef6af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)