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 | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | 隘??D^ | 111010001010010100111111001111110100010001011110 | e8a53f3f445e |
EUC-JP | 隘??D^ | 111100001010011100111111001111110100010001011110 | f0a73f3f445e |
UTF-8 | 隘녽콌D^ | 1110100110011010100110001110101110000101101111011110110010111101100011000100010001011110 | e99a98eb85bdecbd8c445e |
UHC | 隘녽콌D^ | 1110010011110110100001101110100110110001100010000100010001011110 | e4f686e9b188445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)