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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???庾?? | 0011111100111111001111111000111110111100110011100011111100111111 | 3f3f3f8fbcce3f3f |
UTF-8 | 驪볥쵐庾곁랜 | 111011111010011010000111111010111011001110100101111011001011010110010000111001011011101010111110111010101011001110000001111010111001111010011100 | efa687ebb3a5ecb590e5babeeab381eb9e9c |
UHC | 驪볥쵐庾곁랜 | 111001101010111110010011111010111010110010010010111010101110110010110000111001111011011110100011 | e6af93ebac92eaecb0e7b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)