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 | 邁皮泓 | 111001111011000010010100111001111001111110010111 | e7b094e79f97 |
EUC-JP | 邁皮泓 | 111011101011001011001000111010011101110111110111 | eeb2c8e9ddf7 |
UTF-8 | 邁皮泓 | 111010011000001010000001111001111001101010101110111001101011001110010011 | e98281e79aaee6b393 |
UHC | 邁皮泓 | 110110001110010011111001101010111111101111110010 | d8e4f9abfbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)