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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 枉?? | 10011110010111010011111100111111 | 9e5d3f3f |
EUC-JP | 枉?? | 11011011101111100011111100111111 | dbbe3f3f |
UTF-8 | 枉롐롏 | 111001101001111010001001111010111010000110010000111010111010000110001111 | e69e89eba190eba18f |
UHC | 枉롐롏 | 111010001101101110001110110101101000111011010101 | e8db8ed68ed5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)