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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瓦?/亦 | 10001010101000100011111110000001010111101001011010010010 | 8aa23f815e9692 |
EUC-JP | 瓦?/亦 | 10110100101001000011111110100001101111111100101111110010 | b4a43fa1bfcbf2 |
UTF-8 | 瓦당/亦 | 111001111001001110100110111010111000101110111001111011111011110010001111111001001011101010100110 | e793a6eb8bb9efbc8fe4baa6 |
UHC | 瓦당/亦 | 1110100010111111101101001110011110100011101011111110011010110010 | e8bfb4e7a3afe6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)