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 | ±ÂÙ¼ | 1011000111000010100011111101100110111100 | b1c28fd9bc |
SJIS-WIN | ±???? | 100000010111110100111111001111110011111100111111 | 817d3f3f3f3f |
EUC-JP | ±Â?Ù? | 10100001110111101000111110101010101001000011111110001111101010101110001100111111 | a1de8faaa43f8faae33f |
UTF-8 | ±ÂÙ¼ | 11000010101100011100001110000010110000101000111111000011100110011100001010111100 | c2b1c382c28fc399c2bc |
UHC | ±???¼ | 10100001101111100011111100111111001111111010100011111001 | a1be3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)