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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 釤^ | 1111100111101000111110111011111101011110 | f9e8fbbf5e |
EUC-JP | ?釤^ | 0011111110001111111000111010101001011110 | 3f8fe3aa5e |
UTF-8 | 釤^ | 11101110100111011000001111101001100001111010010001011110 | ee9d83e987a45e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)