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 | 愼茱}愼茱{^ | 1001110011000100111001001010001101111101100111001100010011100100101000110111101101011110 | 9cc4e4a37d9cc4e4a37b5e |
EUC-JP | 愼茱}愼茱{^ | 1101100011000110111010001010010101111101110110001100011011101000101001010111101101011110 | d8c6e8a57dd8c6e8a57b5e |
UTF-8 | 愼茱}愼茱{^ | 111001101000010010111100111010001000110010110001011111011110011010000100101111001110100010001100101100010111101101011110 | e684bce88cb17de684bce88cb17b5e |
UHC | 愼茱}愼茱{^ | 1110001111100101111000101011110001111101111000111110010111100010101111000111101101011110 | e3e5e2bc7de3e5e2bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)