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 | 跣溽兇遉 | 1110011011101111100111111110011110001011101000101110011110100100 | e6ef9fe78ba2e7a4 |
EUC-JP | 跣溽兇遉 | 1110110011110001110111101110100110110110101001001110111010100110 | ecf1dee9b6a4eea6 |
UTF-8 | 跣溽兇遉 | 111010001011011110100011111001101011101010111101111001011000010110000111111010011000000110001001 | e8b7a3e6babde58587e98189 |
UHC | 跣?兇? | 111000001101001100111111111111011101010000111111 | e0d33ffdd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)