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 | ???M? | 0011111100111111001111110100110100111111 | 3f3f3f4d3f |
SJIS-WIN | 茖器充M膕 | 111001001010000110001010111011011000111101011011010011011110010001010001 | e4a18aed8f5b4de451 |
EUC-JP | 茖器充M膕 | 111010001010001110110100111011111011110110111100010011011110011110110010 | e8a3b4efbdbc4de7b2 |
UTF-8 | 茖器充M膕 | 11101000100011001001011011100101100110011010100011100101100001011000010101001101111010001000011010010101 | e88c96e599a8e585854de88695 |
UHC | ?器充M? | 00111111110100001110111111110101111101100100110100111111 | 3fd0eff5f64d3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)