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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 墺???\ | 100110101101001000111111001111110011111101011100 | 9ad23f3f3f5c |
EUC-JP | 墺???\ | 110101001101010000111111001111110011111101011100 | d4d43f3f3f5c |
UTF-8 | 墺쀑띸퓪\ | 11100101101000101011101011101100100000001001000111101011100111011011100011101101100100111010101001011100 | e5a2baec8091eb9db8ed93aa5c |
UHC | 墺쀑띸퓪\ | 111001111111001010010111110100011000110111100111101111111001001001011100 | e7f297d18de7bf925c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)