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 | ±Ìv] | 10110001110011000111011001011101 | b1cc765d |
SJIS-WIN | ±?v] | 1000000101111101001111110111011001011101 | 817d3f765d |
EUC-JP | ±Ìv] | 10100001110111101000111110101010110000000111011001011101 | a1de8faac0765d |
UTF-8 | ±Ìv] | 110000101011000111000011100011000111011001011101 | c2b1c38c765d |
UHC | ±?v] | 1010000110111110001111110111011001011101 | a1be3f765d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)