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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 社縞}社縞{^ | 1000111011010000100011101100100001111101100011101101000010001110110010000111101101011110 | 8ed08ec87d8ed08ec87b5e |
EUC-JP | 社縞}社縞{^ | 1011110011010010101111001100101001111101101111001101001010111100110010100111101101011110 | bcd2bcca7dbcd2bcca7b5e |
UTF-8 | 社縞}社縞{^ | 111001111010010010111110111001111011100010011110011111011110011110100100101111101110011110111000100111100111101101011110 | e7a4bee7b89e7de7a4bee7b89e7b5e |
UHC | 社縞}社縞{^ | 1101111011100100111110111101011001111101110111101110010011111011110101100111101101011110 | dee4fbd67ddee4fbd67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)