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 | 笳笞^ | 1110001010010111111000101001101001011110 | e297e29a5e |
EUC-JP | 笳笞^ | 1110001111110111111000111111101001011110 | e3f7e3fa5e |
UTF-8 | 笳笞^ | 11100111101011001011001111100111101011001001111001011110 | e7acb3e7ac9e5e |
UHC | ?笞^ | 00111111111101111100001001011110 | 3ff7c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)