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 | Á±èí | 1100000110110001100011111110100011101101 | c1b18fe8ed |
SJIS-WIN | ?±??? | 001111111000000101111101001111110011111100111111 | 3f817d3f3f3f |
EUC-JP | Á±?èí | 100011111010101010100001101000011101111000111111100011111010101110110010100011111010101110111111 | 8faaa1a1de3f8fabb28fabbf |
UTF-8 | Á±èí | 11000011100000011100001010110001110000101000111111000011101010001100001110101101 | c381c2b1c28fc3a8c3ad |
UHC | ?±??? | 001111111010000110111110001111110011111100111111 | 3fa1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)