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 | 勇??? | 1001011101000101001111110011111100111111 | 97453f3f3f |
EUC-JP | 勇??獒 | 11001101101001100011111100111111100011111100101110111011 | cda63f3f8fcbbb |
UTF-8 | 勇쇿츒獒 | 111001011000101110000111111011001000011110111111111011001011100010010010111001111000110110010010 | e58b87ec87bfecb892e78d92 |
UHC | 勇쇿츒獒 | 1110100110111000100110011110010110101110100011011110100010100011 | e9b899e5ae8de8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)