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 | 莚オ邉コ莟 | 1110010010101101101101011110011110110011101110101110010010101111 | e4adb5e7b3bae4af |
EUC-JP | 莚オ邉コ莟 | 11101000101011111000111010110101111011101011010110001110101110101110100010110001 | e8af8eb5eeb58ebae8b1 |
UTF-8 | 莚オ邉コ莟 | 111010001000111010011010111011111011110110110101111010011000001010001001111011111011110110111010111010001000111010011111 | e88e9aefbdb5e98289efbdbae88e9f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)