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 | 踵也料鮨冗 | 11100110111110011001011011100111100101111011111111101001101111011000111111100111 | e6f996e797bfe9bd8fe7 |
EUC-JP | 踵也料鮨冗 | 11101100111110111100110011101001110011101100000111110010101111111011111011101001 | ecfbcce9cec1f2bfbee9 |
UTF-8 | 踵也料鮨冗 | 111010001011100010110101111001001011100110011111111001101001011010011001111010011010111010101000111001011000011010010111 | e8b8b5e4b99fe69699e9aea8e58697 |
UHC | 踵也料?冗 | 111100011010001011100101101001011101011011111001001111111110100110110111 | f1a2e5a5d6f93fe9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)