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 | 茱翫}茱翫{^ | 1110010010100011100010101110001101111101111001001010001110001010111000110111101101011110 | e4a38ae37de4a38ae37b5e |
EUC-JP | 茱翫}茱翫{^ | 1110100010100101101101001110010101111101111010001010010110110100111001010111101101011110 | e8a5b4e57de8a5b4e57b5e |
UTF-8 | 茱翫}茱翫{^ | 111010001000110010110001111001111011111110101011011111011110100010001100101100011110011110111111101010110111101101011110 | e88cb1e7bfab7de88cb1e7bfab7b5e |
UHC | 茱翫}茱翫{^ | 1110001010111100111010001101000101111101111000101011110011101000110100010111101101011110 | e2bce8d17de2bce8d17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)