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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 曜??愿?? | 1001011101101010001111110011111110011100110000110011111100111111 | 976a3f3f9cc33f3f |
EUC-JP | 曜??愿?? | 1100110111001011001111110011111111011000110001010011111100111111 | cdcb3f3fd8c53f3f |
UTF-8 | 曜섎쓷愿랃쭖 | 111001101001101110011100111011001000010010001110111011001001001110110111111001101000010010111111111010111001111010000011111011001010110110010110 | e69b9cec848eec93b7e684bfeb9e83ecad96 |
UHC | 曜섎쓷愿랃쭖 | 111010001111100010011000111010111001110110010100111010101011010010001101111011111010011110001110 | e8f898eb9d94eab48defa78e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)