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 | 鏥儡悳 | 111010000101010010011001010100111001110001111011 | e85499539c7b |
EUC-JP | 鏥儡悳 | 111011111011010111010001101101001101011111011100 | efb5d1b4d7dc |
UTF-8 | 鏥儡悳 | 111010011000111110100101111001011000010010100001111001101000001010110011 | e98fa5e584a1e682b3 |
UHC | ?儡悳 | 0011111111010110111011011101001111101101 | 3fd6edd3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)