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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 恁?貿典 | 10011100100011000011111110010110011001101001001101010100 | 9c8c3f96669354 |
EUC-JP | 恁?貿典 | 11010111111011000011111111001011110001111100010110110101 | d7ec3fcbc7c5b5 |
UTF-8 | 恁쯩貿典 | 111001101000000110000001111011001010111110101001111010001011001010111111111001011000010110111000 | e68181ecafa9e8b2bfe585b8 |
UHC | 恁쯩貿典 | 1110110011110110110000101110110111011001111101011110111011110000 | ecf6c2edd9f5eef0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)