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 | 瓦?<齬 | 10001010101000100011111110000001100000111110101010010111 | 8aa23f8183ea97 |
EUC-JP | 瓦?<齬 | 10110100101001000011111110100001111000111111001111110111 | b4a43fa1e3f3f7 |
UTF-8 | 瓦밧<齬 | 111001111001001110100110111010111011000010100111111011111011110010011100111010011011110110101100 | e793a6ebb0a7efbc9ce9bdac |
UHC | 瓦밧<齬 | 1110100010111111101110011110010110100011101111001110010111100001 | e8bfb9e5a3bce5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)