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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淏晁樗韜咒 | 11111011010000101001110111101000100100101001010011101000111010011001100111101110 | fb429de89294e8e999ee |
EUC-JP | 淏晁樗韜咒 | 1000111111000111110110011101101011101010110000111111010011110000111010111101001011110000 | 8fc7d9daeac3f4f0ebd2f0 |
UTF-8 | 淏晁樗韜咒 | 111001101011011110001111111001101001100110000001111001101010100010010111111010011001111110011100111001011001001010010010 | e6b78fe69981e6a897e99f9ce59292 |
UHC | 淏晁樗韜? | 111110111100100011110000110001011110111011000000110101001011011100111111 | fbc8f0c5eec0d4b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)