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 | ??????e | 00111111001111110011111100111111001111110011111101100101 | 3f3f3f3f3f3f65 |
| SJIS-WIN | 驛?????e | 1110100110000011001111110011111100111111001111110011111101100101 | e9833f3f3f3f3f65 |
| EUC-JP | 驛?????e | 1111000111100011001111110011111100111111001111110011111101100101 | f1e33f3f3f3f3f65 |
| UTF-8 | 驛긱냱溜곕젙e | 11101001101010011001101111101010101110001011000111101011100000111011000111101111101001111000101111101010101100111001010111101100101000001001100101100101 | e9a99beab8b1eb83b1efa78beab395eca09965 |
| UHC | 驛긱냱溜곕젙e | 11100110101111101011000111100011100001101000000111101010111111101011000011101011101000001001010101100101 | e6beb1e38681eafeb0eba09565 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)