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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 笳笞~ | 1110001010010111111000101001101001111110 | e297e29a7e |
EUC-JP | 笳笞~ | 1110001111110111111000111111101001111110 | e3f7e3fa7e |
UTF-8 | 笳笞~ | 11100111101011001011001111100111101011001001111001111110 | e7acb3e7ac9e7e |
UHC | ?笞~ | 00111111111101111100001001111110 | 3ff7c27e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)