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 | ?D???? | 001111110100010000111111001111110011111100111111 | 3f443f3f3f3f |
SJIS-WIN | 端D村炭丹測 | 1001001001011011010001001001000110111010100100100101100110010010010011111001000110101010 | 925b4491ba9259924f91aa |
EUC-JP | 端D村炭丹測 | 1100001110111100010001001100001010111100110000111011101011000011101100001100001010101100 | c3bc44c2bcc3bac3b0c2ac |
UTF-8 | 端D村炭丹測 | 11100111101010111010111101000100111001101001110110010001111001111000001010101101111001001011100010111001111001101011100010101100 | e7abaf44e69d91e782ade4b8b9e6b8ac |
UHC | 端D村炭丹測 | 1101001110101110010001001111010110111101111101111010100111010011101000011111011010110100 | d3ae44f5bdf7a9d3a1f6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)