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 | 慥會盻黔 | 1001110011010010100110001111000011100001101110111110101001110111 | 9cd298f0e1bbea77 |
EUC-JP | 慥會盻黔 | 1101100011010100110100001111001011100010101111011111001111011000 | d8d4d0f2e2bdf3d8 |
UTF-8 | 慥會盻黔 | 111001101000010110100101111001101001110010000011111001111001101110111011111010011011101110010100 | e685a5e69c83e79bbbe9bb94 |
UHC | ?會?黔 | 001111111111110011100101001111111100110010100011 | 3ffce53fcca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)