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 | 慥會盻妙 | 1001110011010010100110001111000011100001101110111001011010101101 | 9cd298f0e1bb96ad |
EUC-JP | 慥會盻妙 | 1101100011010100110100001111001011100010101111011100110010101111 | d8d4d0f2e2bdccaf |
UTF-8 | 慥會盻妙 | 111001101000010110100101111001101001110010000011111001111001101110111011111001011010011010011001 | e685a5e69c83e79bbbe5a699 |
UHC | ?會?妙 | 001111111111110011100101001111111101100111011000 | 3ffce53fd9d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)