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 | 設?}設?{^ | 100100001101110100111111011111011001000011011101001111110111101101011110 | 90dd3f7d90dd3f7b5e |
EUC-JP | 設?}設?{^ | 110000001101111100111111011111011100000011011111001111110111101101011110 | c0df3f7dc0df3f7b5e |
UTF-8 | 設蟬}設蟬{^ | 111010001010100010101101111010001001111110101100011111011110100010101000101011011110100010011111101011000111101101011110 | e8a8ade89fac7de8a8ade89fac7b5e |
UHC | 設蟬}設蟬{^ | 1110000011100010111000001101000101111101111000001110001011100000110100010111101101011110 | e0e2e0d17de0e2e0d17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)