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 | 慥會盻嫗 | 1001110011010010100110001111000011100001101110111001101101100001 | 9cd298f0e1bb9b61 |
EUC-JP | 慥會盻嫗 | 1101100011010100110100001111001011100010101111011101010111000010 | d8d4d0f2e2bdd5c2 |
UTF-8 | 慥會盻嫗 | 111001101000010110100101111001101001110010000011111001111001101110111011111001011010101110010111 | e685a5e69c83e79bbbe5ab97 |
UHC | ?會?? | 0011111111111100111001010011111100111111 | 3ffce53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)