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 | 豫??冶よ? | 100110001010110000111111001111111001011011101000100000101110011000111111 | 98ac3f3f96e882e63f |
EUC-JP | 豫??冶よ? | 110100001010111000111111001111111100110011101010101001001110100000111111 | d0ae3f3fcceaa4e83f |
UTF-8 | 豫뗩틩冶よ닓 | 111010001011000110101011111010111001011110101001111011011000101110101001111001011000011010110110111000111000001010001000111010111000101110010011 | e8b1abeb97a9ed8ba9e586b6e38288eb8b93 |
UHC | 豫뗩틩冶よ닓 | 111001111110001110001011111010011011101010010011111001011010011110101010111010001000100010010111 | e7e38be9ba93e5a7aae88897 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)