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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??怨??怨^ | 001111110011111110001001100001010011111100111111100010011000010101011110 | 3f3f89853f3f89855e |
EUC-JP | ??怨??怨^ | 001111110011111110110001111001010011111100111111101100011110010101011110 | 3f3fb1e53f3fb1e55e |
UTF-8 | 롌롕怨롌롕怨^ | 11101011101000011000110011101011101000011001010111100110100000001010100011101011101000011000110011101011101000011001010111100110100000001010100001011110 | eba18ceba195e680a8eba18ceba195e680a85e |
UHC | 롌롕怨롌롕怨^ | 10001110110100101000111011011001111010101011001110001110110100101000111011011001111010101011001101011110 | 8ed28ed9eab38ed28ed9eab35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)