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 | 莵粃~ | 1110010010110111111000101110000101111110 | e4b7e2e17e |
EUC-JP | 莵粃~ | 1110100010111001111001001110001101111110 | e8b9e4e37e |
UTF-8 | 莵粃~ | 11101000100011101011010111100111101100101000001101111110 | e88eb5e7b2837e |
UHC | ?粃~ | 00111111110111011111101101111110 | 3fddfb7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)