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 | yä® | 10001001011110011110010010101110 | 8979e4ae |
SJIS-WIN | ?y?? | 00111111011110010011111100111111 | 3f793f3f |
EUC-JP | ?yä® | 0011111101111001100011111010101110100011100011111010001011101110 | 3f798faba38fa2ee |
UTF-8 | yä® | 11000010100010010111100111000011101001001100001010101110 | c28979c3a4c2ae |
UHC | ?y?® | 0011111101111001001111111010001011100111 | 3f793fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)