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 | 掩??沆 | 100010011000011000111111001111111111101011110111 | 89863f3ffaf7 |
EUC-JP | 掩??沆 | 10110001111001100011111100111111100011111100011011101010 | b1e63f3f8fc6ea |
UTF-8 | 掩뽯갑沆 | 111001101000111010101001111010111011110110101111111010101011000010010001111001101011001010000110 | e68ea9ebbdafeab091e6b286 |
UHC | 掩뽯갑沆 | 1110010111110011100101101110101110110000101010011111100111111010 | e5f396ebb0a9f9fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)