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 | 墺т?瓦? | 1001101011010010100001001000010000111111100010101010001000111111 | 9ad284843f8aa23f |
EUC-JP | 墺т?瓦? | 1101010011010100101001111110010000111111101101001010010000111111 | d4d4a7e43fb4a43f |
UTF-8 | 墺т폒瓦껧 | 1110010110100010101110101101000110000010111011011000111110010010111001111001001110100110111010101011101110100111 | e5a2bad182ed8f92e793a6eabba7 |
UHC | 墺т폒瓦껧 | 11100111111100101010110011100100101111001001110011101000101111111000010001000010 | e7f2ace4bc9ce8bf8442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)