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 | 悅??邀? | 11111010101111010011111100111111111001111011000100111111 | fabd3f3fe7b13f |
| EUC-JP | ???邀? | 001111110011111100111111111011101011001100111111 | 3f3f3feeb33f |
| UTF-8 | 悅덄뜔邀랦 | 111001101000001010000101111010111000110110000100111010111001110010010100111010011000001010000000111010111001111010100110 | e68285eb8d84eb9c94e98280eb9ea6 |
| UHC | 悅덄뜔邀랦 | 11100110111011011000100011100111100011011001011111101001101011011000111001000111 | e6ed88e78d97e9ad8e47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)