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 | ?o俄瘟 | 00111111100000101000111110001001111000101110000110001001 | 3f828f89e2e189 |
EUC-JP | ?o俄瘟 | 00111111101000111110111110110010111001001110000111101001 | 3fa3efb2e4e1e9 |
UTF-8 | 젊o俄瘟 | 111011001010000010001010111011111011110110001111111001001011111110000100111001111001100010011111 | eca08aefbd8fe4bf84e7989f |
UHC | 젊o俄瘟 | 1100000011111110101000111110111111100100101011011110100010110000 | c0fea3efe4ade8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)