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 | 闥罷ョィ | 111010001001001010010100111010111010111010101000 | e89294ebaea8 |
EUC-JP | 闥罷ョィ | 1110111111110010110010001110110110001110101011101000111010101000 | eff2c8ed8eae8ea8 |
UTF-8 | 闥罷ョィ | 111010011001011110100101111001111011110110110111111011111011110110101110111011111011110110101000 | e997a5e7bdb7efbdaeefbda8 |
UHC | ?罷?? | 0011111111110111111100110011111100111111 | 3ff7f33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)