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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 霙褄v | 11110100110000101110100011000010111001011110101101110110 | f4c2e8c2e5eb76 |
EUC-JP | ?霙褄v | 001111111111000011000100111010101110110101110110 | 3ff0c4eaed76 |
UTF-8 | 霙褄v | 11101110100011011011000111101001100111001001100111101000101001001000010001110110 | ee8db1e99c99e8a48476 |
UHC | ?霙?v | 0011111111100111110011100011111101110110 | 3fe7ce3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)