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 | 曙茱}曙茱{^ | 1000111110001100111001001010001101111101100011111000110011100100101000110111101101011110 | 8f8ce4a37d8f8ce4a37b5e |
EUC-JP | 曙茱}曙茱{^ | 1011110111101100111010001010010101111101101111011110110011101000101001010111101101011110 | bdece8a57dbdece8a57b5e |
UTF-8 | 曙茱}曙茱{^ | 111001101001101110011001111010001000110010110001011111011110011010011011100110011110100010001100101100010111101101011110 | e69b99e88cb17de69b99e88cb17b5e |
UHC | 曙茱}曙茱{^ | 1101111111110101111000101011110001111101110111111111010111100010101111000111101101011110 | dff5e2bc7ddff5e2bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)