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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
| EUC-JP | ??Ŋ | 0011111100111111100011111010100110101011 | 3f3f8fa9ab |
| UTF-8 | 벎잼Ŋ | 1110101110110010100011101110110010011110101111001100010110001010 | ebb28eec9ebcc58a |
| UHC | 벎잼Ŋ | 101110011111101111000000111010111010100010101111 | b9fbc0eba8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)