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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 凜銘}凜銘{^ | 1110101010100011100101101100000101111101111010101010001110010110110000010111101101011110 | eaa396c17deaa396c17b5e |
EUC-JP | 凜銘}凜銘{^ | 1111010010100101110011001100001101111101111101001010010111001100110000110111101101011110 | f4a5ccc37df4a5ccc37b5e |
UTF-8 | 凜銘}凜銘{^ | 111001011000011110011100111010011000101010011000011111011110010110000111100111001110100110001010100110000111101101011110 | e5879ce98a987de5879ce98a987b5e |
UHC | 凜銘}凜銘{^ | 1101011111001111110110011010111101111101110101111100111111011001101011110111101101011110 | d7cfd9af7dd7cfd9af7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)