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 | 淲爾~ | 1111101101000100100011101010001001111110 | fb448ea27e |
EUC-JP | ?爾~ | 00111111101111001010010001111110 | 3fbca47e |
UTF-8 | 淲爾~ | 11100110101101111011001011100111100010001011111001111110 | e6b7b2e788be7e |
UHC | ?爾~ | 00111111111011001011001101111110 | 3fecb37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)