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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煬煬? | 1110000010001100111000001000110000111111 | e08ce08c3f |
EUC-JP | 煬煬? | 1101111111101100110111111110110000111111 | dfecdfec3f |
UTF-8 | 煬煬쐌 | 111001111000010110101100111001111000010110101100111011001001000010001100 | e785ace785acec908c |
UHC | 煬煬쐌 | 111001011100100111100101110010011001110001101101 | e5c9e5c99c6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)