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 | 翩狄^ | 1110001111000111111000001011110101011110 | e3c7e0bd5e |
EUC-JP | 翩狄^ | 1110011011001001111000001011111101011110 | e6c9e0bf5e |
UTF-8 | 翩狄^ | 11100111101111111010100111100111100010111000010001011110 | e7bfa9e78b845e |
UHC | 翩狄^ | 1111100010111011111011101101101001011110 | f8bbeeda5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)