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 | メョネナ | 110100101111001010110100101011101100100011000101 | d2f2b4aec8c5 |
EUC-JP | メ?ョネナ | 100011101101001000111111100011101010111010001110110010001000111011000101 | 8ed23f8eae8ec88ec5 |
UTF-8 | メョネナ | 111011111011111010010010111011101000011110101011111011111011110110101110111011111011111010001000111011111011111010000101 | efbe92ee87abefbdaeefbe88efbe85 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)