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 | 韋ァ闥疲 | 11101000111010001010011111101000100100101001010011100110 | e8e8a7e89294e6 |
EUC-JP | 韋ァ闥疲 | 1111000011101010100011101010011111101111111100101100100011101000 | f0ea8ea7eff2c8e8 |
UTF-8 | 韋ァ闥疲 | 111010011001111110001011111011111011110110100111111010011001011110100101111001111001011010110010 | e99f8befbda7e997a5e796b2 |
UHC | 韋??疲 | 111010101101111100111111001111111111100110101010 | eadf3f3ff9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)