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 | àÝâÒàá | 111000001101110111100010110100101110000011100001 | e0dde2d2e0e1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | àÝâÒàá | 100011111010101110100010100011111010101011110010100011111010101110100100100011111010101011010010100011111010101110100010100011111010101110100001 | 8faba28faaf28faba48faad28faba28faba1 |
UTF-8 | àÝâÒàá | 110000111010000011000011100111011100001110100010110000111001001011000011101000001100001110100001 | c3a0c39dc3a2c392c3a0c3a1 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)