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 | ??n~ | 00111111001111110110111001111110 | 3f3f6e7e |
SJIS-WIN | 偲爾n~ | 100011101100001110001110101000100110111001111110 | 8ec38ea26e7e |
EUC-JP | 偲爾n~ | 101111001100010110111100101001000110111001111110 | bcc5bca46e7e |
UTF-8 | 偲爾n~ | 1110010110000001101100101110011110001000101111100110111001111110 | e581b2e788be6e7e |
UHC | ?爾n~ | 0011111111101100101100110110111001111110 | 3fecb36e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)