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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蠑妊蠑妊^ | 111001011011110010010100010001001110010110111100100101000100010001011110 | e5bc9444e5bc94445e |
EUC-JP | 蠑妊蠑妊^ | 111010101011111011000111101001011110101010111110110001111010010101011110 | eabec7a5eabec7a55e |
UTF-8 | 蠑妊蠑妊^ | 11101000101000001001000111100101101001101000101011101000101000001001000111100101101001101000101001011110 | e8a091e5a68ae8a091e5a68a5e |
UHC | ?妊?妊^ | 00111111111011001111010000111111111011001111010001011110 | 3fecf43fecf45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)