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 | 霈妊霈妊^ | 111010001011110010010100010001001110100010111100100101000100010001011110 | e8bc9444e8bc94445e |
EUC-JP | 霈妊霈妊^ | 111100001011111011000111101001011111000010111110110001111010010101011110 | f0bec7a5f0bec7a55e |
UTF-8 | 霈妊霈妊^ | 11101001100111001000100011100101101001101000101011101001100111001000100011100101101001101000101001011110 | e99c88e5a68ae99c88e5a68a5e |
UHC | ?妊?妊^ | 00111111111011001111010000111111111011001111010001011110 | 3fecf43fecf45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)