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 | 菠愠琲 | 1110010011001000111100011101111011111010110000011110000011101000 | e4c8f1defac1e0e8 |
EUC-JP | 菠??琲 | 111010001100101000111111001111111110000011101010 | e8ca3f3fe0ea |
UTF-8 | 菠愠琲 | 111010001000111110100000111011101000010110011001111001101000010010100000111001111001000010110010 | e88fa0ee8599e684a0e790b2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)