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 | 慥會盻薑 | 1001110011010010100110001111000011100001101110111110010101000111 | 9cd298f0e1bbe547 |
EUC-JP | 慥會盻薑 | 1101100011010100110100001111001011100010101111011110100110101000 | d8d4d0f2e2bde9a8 |
UTF-8 | 慥會盻薑 | 111001101000010110100101111001101001110010000011111001111001101110111011111010001001011010010001 | e685a5e69c83e79bbbe89691 |
UHC | ?會?薑 | 001111111111110011100101001111111100101110111001 | 3ffce53fcbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)