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