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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 篠悉篠悉^ | 100011101100001010001110101110111000111011000010100011101011101101011110 | 8ec28ebb8ec28ebb5e |
EUC-JP | 篠悉篠悉^ | 101111001100010010111100101111011011110011000100101111001011110101011110 | bcc4bcbdbcc4bcbd5e |
UTF-8 | 篠悉篠悉^ | 11100111101011111010000011100110100000101000100111100111101011111010000011100110100000101000100101011110 | e7afa0e68289e7afa0e682895e |
UHC | 篠悉篠悉^ | 111000011100011011100011111110101110000111000110111000111111101001011110 | e1c6e3fae1c6e3fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)