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 | 灌湖}灌湖{^ | 1001111111110011100011001100111001111101100111111111001110001100110011100111101101011110 | 9ff38cce7d9ff38cce7b5e |
EUC-JP | 灌湖}灌湖{^ | 1101111011110101101110001101000001111101110111101111010110111000110100000111101101011110 | def5b8d07ddef5b8d07b5e |
UTF-8 | 灌湖}灌湖{^ | 111001111000000110001100111001101011100110010110011111011110011110000001100011001110011010111001100101100111101101011110 | e7818ce6b9967de7818ce6b9967b5e |
UHC | 灌湖}灌湖{^ | 1100111010110100111110111100100101111101110011101011010011111011110010010111101101011110 | ceb4fbc97dceb4fbc97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)