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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | 醱?}醱?{^ | 1000111111100010111101110011111101111101100011111110001011110111001111110111101101011110 | 8fe2f73f7d8fe2f73f7b5e |
UTF-8 | 醱석}醱석{^ | 111010011000011010110001111011001000010010011101011111011110100110000110101100011110110010000100100111010111101101011110 | e986b1ec849d7de986b1ec849d7b5e |
UHC | 醱석}醱석{^ | 1101101110100011101111001010111001111101110110111010001110111100101011100111101101011110 | dba3bcae7ddba3bcae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)