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 | 邀妊邀妊^ | 111001111011000110010100010001001110011110110001100101000100010001011110 | e7b19444e7b194445e |
EUC-JP | 邀妊邀妊^ | 111011101011001111000111101001011110111010110011110001111010010101011110 | eeb3c7a5eeb3c7a55e |
UTF-8 | 邀妊邀妊^ | 11101001100000101000000011100101101001101000101011101001100000101000000011100101101001101000101001011110 | e98280e5a68ae98280e5a68a5e |
UHC | 邀妊邀妊^ | 111010011010110111101100111101001110100110101101111011001111010001011110 | e9adecf4e9adecf45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)