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 | 秧癌~ | 1110001001011110100010101110000001111110 | e25e8ae07e |
EUC-JP | 秧癌~ | 1110001110111111101101001110001001111110 | e3bfb4e27e |
UTF-8 | 秧癌~ | 11100111101001111010011111100111100110011000110001111110 | e7a7a7e7998c7e |
UHC | 秧癌~ | 1110010011101011111001001101111101111110 | e4ebe4df7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)