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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 遙゙萃キ裔 | 1110101010100001110111101110010011000010101101111110010111100001 | eaa1dee4c2b7e5e1 |
| EUC-JP | 遙゙萃キ裔 | 11110100101000111000111011011110111010001100010010001110101101111110101011100011 | f4a38edee8c48eb7eae3 |
| UTF-8 | 遙゙萃キ裔 | 111010011000000110011001111011111011111010011110111010001001000010000011111011111011110110110111111010001010001110010100 | e98199efbe9ee89083efbdb7e8a394 |
| UHC | 遙?萃?裔 | 1110100110101011001111111111010111111110001111111110011111100000 | e9ab3ff5fe3fe7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)