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 | ??i? | 00111111001111110110100100111111 | 3f3f693f |
SJIS-WIN | 偲治i柴 | 10001110110000111000111010100001011010011000111011000100 | 8ec38ea1698ec4 |
EUC-JP | 偲治i柴 | 10111100110001011011110010100011011010011011110011000110 | bcc5bca369bcc6 |
UTF-8 | 偲治i柴 | 11100101100000011011001011100110101100101011101101101001111001101001111110110100 | e581b2e6b2bb69e69fb4 |
UHC | ?治i柴 | 001111111111011010111101011010011110001111000011 | 3ff6bd69e3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)