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 | 逶也料鮨冗 | 11100111100110111001011011100111100101111011111111101001101111011000111111100111 | e79b96e797bfe9bd8fe7 |
EUC-JP | 逶也料鮨冗 | 11101101111110111100110011101001110011101100000111110010101111111011111011101001 | edfbcce9cec1f2bfbee9 |
UTF-8 | 逶也料鮨冗 | 111010011000000010110110111001001011100110011111111001101001011010011001111010011010111010101000111001011000011010010111 | e980b6e4b99fe69699e9aea8e58697 |
UHC | ?也料?冗 | 0011111111100101101001011101011011111001001111111110100110110111 | 3fe5a5d6f93fe9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)