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 | 笑陞^ | 1000111111001110111010001001111001011110 | 8fcee89e5e |
EUC-JP | 笑陞^ | 1011111011010000111011111111111001011110 | bed0effe5e |
UTF-8 | 笑陞^ | 11100111101011001001000111101001100110011001111001011110 | e7ac91e9999e5e |
UHC | 笑陞^ | 1110000111000101111000111011001101011110 | e1c5e3b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)