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 | 社鴫}社鴫{^ | 1000111011010000100011101011000001111101100011101101000010001110101100000111101101011110 | 8ed08eb07d8ed08eb07b5e |
EUC-JP | 社鴫}社鴫{^ | 1011110011010010101111001011001001111101101111001101001010111100101100100111101101011110 | bcd2bcb27dbcd2bcb27b5e |
UTF-8 | 社鴫}社鴫{^ | 111001111010010010111110111010011011010010101011011111011110011110100100101111101110100110110100101010110111101101011110 | e7a4bee9b4ab7de7a4bee9b4ab7b5e |
UHC | 社?}社?{^ | 110111101110010000111111011111011101111011100100001111110111101101011110 | dee43f7ddee43f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)