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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 蛙蛙[蛙蛙[^ | 1000101001011110100010100101111001011011100010100101111010001010010111100101101101011110 | 8a5e8a5e5b8a5e8a5e5b5e |
EUC-JP | 蛙蛙[蛙蛙[^ | 1011001110111111101100111011111101011011101100111011111110110011101111110101101101011110 | b3bfb3bf5bb3bfb3bf5b5e |
UTF-8 | 蛙蛙[蛙蛙[^ | 111010001001101110011001111010001001101110011001010110111110100010011011100110011110100010011011100110010101101101011110 | e89b99e89b995be89b99e89b995b5e |
UHC | 蛙蛙[蛙蛙[^ | 1110100011000011111010001100001101011011111010001100001111101000110000110101101101011110 | e8c3e8c35be8c3e8c35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)