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 | å©}å©} | 1110010110001111101010010111110111100101100011111010100101111101 | e58fa97de58fa97d |
SJIS-WIN | ???}???} | 0011111100111111001111110111110100111111001111110011111101111101 | 3f3f3f7d3f3f3f7d |
EUC-JP | å?©}å?©} | 10001111101010111010100100111111100011111010001011101101011111011000111110101011101010010011111110001111101000101110110101111101 | 8faba93f8fa2ed7d8faba93f8fa2ed7d |
UTF-8 | å©}å©} | 1100001110100101110000101000111111000010101010010111110111000011101001011100001010001111110000101010100101111101 | c3a5c28fc2a97dc3a5c28fc2a97d |
UHC | ???}???} | 0011111100111111001111110111110100111111001111110011111101111101 | 3f3f3f7d3f3f3f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)