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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ォ躙渫 | 100000110100100011100111010101111001111111010110 | 8348e7579fd6 |
EUC-JP | ォ躙渫 | 101001011010100111101101101110001101111011011000 | a5a9edb8ded8 |
UTF-8 | ォ躙渫 | 111000111000001010101001111010001011101010011001111001101011100010101011 | e382a9e8ba99e6b8ab |
UHC | ォ?渫 | 1010101110101001001111111110000011011110 | aba93fe0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)