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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 蜈??永?\ | 1110010110000101001111110011111110001001011010010011111101011100 | e5853f3f89693f5c |
EUC-JP | 蜈??永?\ | 1110100111100101001111110011111110110001110010100011111101011100 | e9e53f3fb1ca3f5c |
UTF-8 | 蜈욅쥢永줝\ | 11101000100111001000100011101100100110101000010111101100101001011010001011100110101100001011100011101100101001001001110101011100 | e89c88ec9a85eca5a2e6b0b8eca49d5c |
UHC | 蜈욅쥢永줝\ | 1110100010100101100111101110011110100010100101011110011110110101101000100100110001011100 | e8a59ee7a295e7b5a24c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)