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 | £eáû | 100111111010001110000001011001011110000111111011 | 9fa38165e1fb |
SJIS-WIN | ?£?e?? | 00111111100000011001001000111111011001010011111100111111 | 3f81923f653f3f |
EUC-JP | ?£?eáû | 0011111110100001111100100011111101100101100011111010101110100001100011111010101111100101 | 3fa1f23f658faba18fabe5 |
UTF-8 | £eáû | 1100001010011111110000101010001111000010100000010110010111000011101000011100001110111011 | c29fc2a3c28165c3a1c3bb |
UHC | ???e?? | 001111110011111100111111011001010011111100111111 | 3f3f3f653f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)