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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髓?蛭 | 1110100110010010001111111001010101100111 | e9923f9567 |
EUC-JP | 髓?蛭 | 1111000111110010001111111100100111001000 | f1f23fc9c8 |
UTF-8 | 髓롐蛭 | 111010011010101110010011111010111010000110010000111010001001101110101101 | e9ab93eba190e89bad |
UHC | 髓롐蛭 | 111000101101000010001110110101101111001011110100 | e2d08ed6f2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)