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 | 墺??歟? | 10011010110100100011111100111111100111110110001000111111 | 9ad23f3f9f623f |
EUC-JP | 墺??歟? | 11010100110101000011111100111111110111011100001100111111 | d4d43f3fddc33f |
UTF-8 | 墺쀥넇歟툫 | 111001011010001010111010111011001000000010100101111010111000010010000111111001101010110110011111111011011000100010101011 | e5a2baec80a5eb8487e6ad9fed88ab |
UHC | 墺쀥넇歟툫 | 11100111111100101001011111100101100001101001011111100110101000101011100101000010 | e7f297e58697e6a2b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)