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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畯????勇 | 1111101101101111001111110011111100111111001111111001011101000101 | fb6f3f3f3f3f9745 |
EUC-JP | 畯???紈勇 | 1000111111001101101110110011111100111111001111111000111111010011110011011100110110100110 | 8fcdbb3f3f3f8fd3cdcda6 |
UTF-8 | 畯祿렭뤈紈勇 | 111001111001010110101111111011111010010010111100111010111010000010101101111010111010010010001000111001111011010010001000111001011000101110000111 | e795afefa4bceba0adeba488e7b488e58b87 |
UHC | 畯祿렭뤈紈勇 | 111100011110000111010010110100001000111010111010100011111011100011111100101111001110100110111000 | f1e1d2d08eba8fb8fcbce9b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)