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 | ±åß⨤ | 101100011110010111011111111000101010100010100100 | b1e5dfe2a8a4 |
SJIS-WIN | ±???¨? | 1000000101111101001111110011111100111111100000010100111000111111 | 817d3f3f3f814e3f |
EUC-JP | ±åß⨤ | 10100001110111101000111110101011101010011000111110101001110011101000111110101011101001001010000110101111100011111010001011110000 | a1de8faba98fa9ce8faba4a1af8fa2f0 |
UTF-8 | ±åß⨤ | 110000101011000111000011101001011100001110011111110000111010001011000010101010001100001010100100 | c2b1c3a5c39fc3a2c2a8c2a4 |
UHC | ±?ß?¨¤ | 10100001101111100011111110101001101011000011111110100001101001111010001010110100 | a1be3fa9ac3fa1a7a2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)