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 | 賃焙}賃焙{^ | 1001001011000000111000001000010001111101100100101100000011100000100001000111101101011110 | 92c0e0847d92c0e0847b5e |
EUC-JP | 賃焙}賃焙{^ | 1100010011000010110111111110010001111101110001001100001011011111111001000111101101011110 | c4c2dfe47dc4c2dfe47b5e |
UTF-8 | 賃焙}賃焙{^ | 111010001011001110000011111001111000010010011001011111011110100010110011100000111110011110000100100110010111101101011110 | e8b383e784997de8b383e784997b5e |
UHC | 賃焙}賃焙{^ | 1110110011111100110110111100110001111101111011001111110011011011110011000111101101011110 | ecfcdbcc7decfcdbcc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)