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 | 褶ウ薰ケ鄂 | 1110010111110111101100111111101110011110101110011110011110111101 | e5f7b3fb9eb9e7bd |
EUC-JP | 褶ウ?ケ鄂 | 111010101111100110001110101100110011111110001110101110011110111010111111 | eaf98eb33f8eb9eebf |
UTF-8 | 褶ウ薰ケ鄂 | 111010001010010010110110111011111011110110110011111010001001011010110000111011111011110110111001111010011000010010000010 | e8a4b6efbdb3e896b0efbdb9e98482 |
UHC | 褶?薰?鄂 | 1110001110101000001111111111110110111001001111111110010011000111 | e3a83ffdb93fe4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)