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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 驛??揖η? | 111010011000001100111111001111111001011101001011100000111100010100111111 | e9833f3f974b83c53f |
| EUC-JP | 驛??揖η? | 111100011110001100111111001111111100110110101100101001101100011100111111 | f1e33f3fcdaca6c73f |
| UTF-8 | 驛노엪揖η벍 | 1110100110101001100110111110101110000101101110001110110010010111101010101110011010001111100101101100111010110111111010111011001010001101 | e9a99beb85b8ec97aae68f96ceb7ebb28d |
| UHC | 驛노엪揖η벍 | 111001101011111010110011111010111001111010000011111010111110011110100101111001111001001110101110 | e6beb3eb9e83ebe7a5e793ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)