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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | アホ^ | 1111001011101101101100011100111001011110 | f2edb1ce5e |
EUC-JP | ?アホ^ | 001111111000111010110001100011101100111001011110 | 3f8eb18ece5e |
UTF-8 | アホ^ | 11101110100010001010010011101111101111011011000111101111101111101000111001011110 | ee88a4efbdb1efbe8e5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)