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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雹ょΗ | 111010001011100110000010111001011000001110100101 | e8b982e583a5 |
EUC-JP | 雹ょΗ | 111100001011101110100100111001111010011010100111 | f0bba4e7a6a7 |
UTF-8 | 雹ょΗ | 1110100110011011101110011110001110000010100001111100111010010111 | e99bb9e38287ce97 |
UHC | 雹ょΗ | 110110101101111110101010111001111010010111000111 | dadfaae7a5c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)