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 | 漿???ⅶ | 10011111111101110011111100111111001111111111101001000110 | 9ff73f3f3ffa46 |
EUC-JP | 漿???? | 110111101111100100111111001111110011111100111111 | def93f3f3f3f |
UTF-8 | 漿닻륏欌ⅶ | 111001101011110010111111111010111000101110111011111010111010010110001111111001101010110010001100111000101000010110110110 | e6bcbfeb8bbbeba58fe6ac8ce285b6 |
UHC | 漿닻륏欌ⅶ | 11101101111011001011010011101001101101111111011111101101111010111010010110100111 | edecb4e9b7f7edeba5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)