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 | ±Úè° | 10110001110110101110100010110000 | b1dae8b0 |
SJIS-WIN | ±??° | 100000010111110100111111001111111000000110001011 | 817d3f3f818b |
EUC-JP | ±Úè° | 10100001110111101000111110101010111000101000111110101011101100101010000111101011 | a1de8faae28fabb2a1eb |
UTF-8 | ±Úè° | 1100001010110001110000111001101011000011101010001100001010110000 | c2b1c39ac3a8c2b0 |
UHC | ±??° | 101000011011111000111111001111111010000111000110 | a1be3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)