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 | 怨?媛扶 | 10001001100001010011111110010101010100011001010101111101 | 89853f9551957d |
EUC-JP | 怨?媛扶 | 10110001111001010011111111001001101100101100100111011110 | b1e53fc9b2c9de |
UTF-8 | 怨렊媛扶 | 111001101000000010101000111010111010000010001010111001011010101010011011111001101000100110110110 | e680a8eba08ae5aa9be689b6 |
UHC | 怨렊媛扶 | 1110101010110011100011101010000111101010101100001101110110100110 | eab38ea1eab0dda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)