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 | 捨眈捨眈^ | 100011101100110011100001101111001000111011001100111000011011110001011110 | 8ecce1bc8ecce1bc5e |
EUC-JP | 捨眈捨眈^ | 101111001100111011100010101111101011110011001110111000101011111001011110 | bccee2bebccee2be5e |
UTF-8 | 捨眈捨眈^ | 11100110100011011010100011100111100111001000100011100110100011011010100011100111100111001000100001011110 | e68da8e79c88e68da8e79c885e |
UHC | 捨眈捨眈^ | 110111101101011111110111101011111101111011010111111101111010111101011110 | ded7f7afded7f7af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)