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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 要?じBF | 10010111011101100011111110000010101101100100001001000110 | 97763f82b64246 |
EUC-JP | 要?じBF | 11001101110101110011111110100100101110000100001001000110 | cdd73fa4b84246 |
UTF-8 | 要잓じBF | 1110100010100110100000011110110010011110100100111110001110000001100110000100001001000110 | e8a681ec9e93e381984246 |
UHC | 要잓じBF | 1110100110101001100111111110100110101010101110000100001001000110 | e9a99fe9aab84246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)