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 | ±û¿Å | 10110001111110111011111111000101 | b1fbbfc5 |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±û¿Å | 1010000111011110100011111010101111100101100011111010001011000100100011111010101010101001 | a1de8fabe58fa2c48faaa9 |
UTF-8 | ±û¿Å | 1100001010110001110000111011101111000010101111111100001110000101 | c2b1c3bbc2bfc385 |
UHC | ±?¿? | 101000011011111000111111101000101010111100111111 | a1be3fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)