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 | ??æ | 001111110011111111100110 | 3f3fe6 |
SJIS-WIN | ?η? | 00111111100000111100010100111111 | 3f83c53f |
EUC-JP | 洧ηæ | 1000111111000111101101001010011011000111100011111010100111000001 | 8fc7b4a6c78fa9c1 |
UTF-8 | 洧ηæ | 11100110101101001010011111001110101101111100001110100110 | e6b4a7ceb7c3a6 |
UHC | 洧ηæ | 111010101111101110100101111001111010100110100001 | eafba5e7a9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)