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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 湜ソ・湜ソ・^ | 111110110100011110111111101001011111101101000111101111111010010101011110 | fb47bfa5fb47bfa55e |
EUC-JP | 湜ソ・湜ソ・^ | 100011111100011111111100100011101011111110001110101001011000111111000111111111001000111010111111100011101010010101011110 | 8fc7fc8ebf8ea58fc7fc8ebf8ea55e |
UTF-8 | 湜ソ・湜ソ・^ | 11100110101110011001110011101111101111011011111111101111101111011010010111100110101110011001110011101111101111011011111111101111101111011010010101011110 | e6b99cefbdbfefbda5e6b99cefbdbfefbda55e |
UHC | 湜??湜??^ | 111000111101011100111111001111111110001111010111001111110011111101011110 | e3d73f3fe3d73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)