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 | ±Âñå | 1000111110110001110000101111000111100101 | 8fb1c2f1e5 |
SJIS-WIN | ?±??? | 001111111000000101111101001111110011111100111111 | 3f817d3f3f3f |
EUC-JP | ?±Âñå | 001111111010000111011110100011111010101010100100100011111010101111010000100011111010101110101001 | 3fa1de8faaa48fabd08faba9 |
UTF-8 | ±Âñå | 11000010100011111100001010110001110000111000001011000011101100011100001110100101 | c28fc2b1c382c3b1c3a5 |
UHC | ?±??? | 001111111010000110111110001111110011111100111111 | 3fa1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)