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 | ±åß⨠| 1011000111100101110111111110001010101000 | b1e5dfe2a8 |
SJIS-WIN | ±???¨ | 10000001011111010011111100111111001111111000000101001110 | 817d3f3f3f814e |
EUC-JP | ±åß⨠| 10100001110111101000111110101011101010011000111110101001110011101000111110101011101001001010000110101111 | a1de8faba98fa9ce8faba4a1af |
UTF-8 | ±åß⨠| 11000010101100011100001110100101110000111001111111000011101000101100001010101000 | c2b1c3a5c39fc3a2c2a8 |
UHC | ±?ß?¨ | 1010000110111110001111111010100110101100001111111010000110100111 | a1be3fa9ac3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)