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 | ???\h | 0011111100111111001111110101110001101000 | 3f3f3f5c68 |
SJIS-WIN | 魄情膜\h | 1110100110101110100011111110111010010110100011000101110001101000 | e9ae8fee968c5c68 |
EUC-JP | 魄情膜\h | 1111001010110000101111101111000011001011111011000101110001101000 | f2b0bef0cbec5c68 |
UTF-8 | 魄情膜\h | 1110100110101101100001001110011010000011100001011110100010000110100111000101110001101000 | e9ad84e68385e8869c5c68 |
UHC | 魄情膜\h | 1101101111011110111011111101011111011000101011110101110001101000 | dbdeefd7d8af5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)