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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 慥會盻睫 | 1001110011010010100110001111000011100001101110111110000111001010 | 9cd298f0e1bbe1ca |
EUC-JP | 慥會盻睫 | 1101100011010100110100001111001011100010101111011110001011001100 | d8d4d0f2e2bde2cc |
UTF-8 | 慥會盻睫 | 111001101000010110100101111001101001110010000011111001111001101110111011111001111001110110101011 | e685a5e69c83e79bbbe79dab |
UHC | ?會?睫 | 001111111111110011100101001111111111010011100010 | 3ffce53ff4e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)