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 | è£±è² | 1110100010100011101100011110100010110010 | e8a3b1e8b2 |
SJIS-WIN | ?£±?? | 00111111100000011001001010000001011111010011111100111111 | 3f8192817d3f3f |
EUC-JP | 裱è? | 1000111110101011101100101010000111110010101000011101111010001111101010111011001000111111 | 8fabb2a1f2a1de8fabb23f |
UTF-8 | è£±è² | 11000011101010001100001010100011110000101011000111000011101010001100001010110010 | c3a8c2a3c2b1c3a8c2b2 |
UHC | ??±?² | 00111111001111111010000110111110001111111010100111110111 | 3f3fa1be3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)