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 | 灌轉}灌轉{^ | 1001111111110011111001110111101001111101100111111111001111100111011110100111101101011110 | 9ff3e77a7d9ff3e77a7b5e |
EUC-JP | 灌轉}灌轉{^ | 1101111011110101111011011101101101111101110111101111010111101101110110110111101101011110 | def5eddb7ddef5eddb7b5e |
UTF-8 | 灌轉}灌轉{^ | 111001111000000110001100111010001011110110001001011111011110011110000001100011001110100010111101100010010111101101011110 | e7818ce8bd897de7818ce8bd897b5e |
UHC | 灌轉}灌轉{^ | 1100111010110100111011111010111001111101110011101011010011101111101011100111101101011110 | ceb4efae7dceb4efae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)