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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 柔輕閥 | 100011110101111111100111011010101001010010110100 | 8f5fe76a94b4 |
EUC-JP | 柔輕閥 | 101111011100000011101101110010111100100010110110 | bdc0edcbc8b6 |
UTF-8 | 柔輕閥 | 111001101001111110010100111010001011110010010101111010011001011010100101 | e69f94e8bc95e996a5 |
UHC | 柔輕閥 | 111010101111010111001100111011101101101111101100 | eaf5cceedbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)