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 | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | ??陳??nB | 0011111100111111100100101100001000111111001111110110111001000010 | 3f3f92c23f3f6e42 |
EUC-JP | ??陳??nB | 0011111100111111110001001100010000111111001111110110111001000010 | 3f3fc4c43f3f6e42 |
UTF-8 | 롕롏陳롇롁nB | 1110101110100001100101011110101110100001100011111110100110011001101100111110101110100001100001111110101110100001100000010110111001000010 | eba195eba18fe999b3eba187eba1816e42 |
UHC | 롕롏陳롇롁nB | 100011101101100110001110110101011111001011100111100011101100110110001110110010000110111001000010 | 8ed98ed5f2e78ecd8ec86e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)