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 | 珎玳玳 | 111000001101110111100000110111001110000011011100 | e0dde0dce0dc |
EUC-JP | 珎玳玳 | 111000001101111111100000110111101110000011011110 | e0dfe0dee0de |
UTF-8 | 珎玳玳 | 111001111000111110001110111001111000111010110011111001111000111010110011 | e78f8ee78eb3e78eb3 |
UHC | ?玳玳 | 0011111111010011111001011101001111100101 | 3fd3e5d3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)