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 | 莵籬}莵籬{^ | 1110010010110111111000101101111101111101111001001011011111100010110111110111101101011110 | e4b7e2df7de4b7e2df7b5e |
EUC-JP | 莵籬}莵籬{^ | 1110100010111001111001001110000101111101111010001011100111100100111000010111101101011110 | e8b9e4e17de8b9e4e17b5e |
UTF-8 | 莵籬}莵籬{^ | 111010001000111010110101111001111011000110101100011111011110100010001110101101011110011110110001101011000111101101011110 | e88eb5e7b1ac7de88eb5e7b1ac7b5e |
UHC | ?籬}?籬{^ | 001111111101011111100110011111010011111111010111111001100111101101011110 | 3fd7e67d3fd7e67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)