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 | 渧マ・渧マ・^ | 111110110100100011001111101001011111101101001000110011111010010101011110 | fb48cfa5fb48cfa55e |
EUC-JP | 渧マ・渧マ・^ | 100011111100011111101011100011101100111110001110101001011000111111000111111010111000111011001111100011101010010101011110 | 8fc7eb8ecf8ea58fc7eb8ecf8ea55e |
UTF-8 | 渧マ・渧マ・^ | 11100110101110001010011111101111101111101000111111101111101111011010010111100110101110001010011111101111101111101000111111101111101111011010010101011110 | e6b8a7efbe8fefbda5e6b8a7efbe8fefbda55e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)