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 | 菠愠莵 | 1110010011001000111100011101111011111010110000011110010010110111 | e4c8f1defac1e4b7 |
EUC-JP | 菠??莵 | 111010001100101000111111001111111110100010111001 | e8ca3f3fe8b9 |
UTF-8 | 菠愠莵 | 111010001000111110100000111011101000010110011001111001101000010010100000111010001000111010110101 | e88fa0ee8599e684a0e88eb5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)