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 | ²ä²ä»Ï | 101100101110010010110010111001001011101111001111 | b2e4b2e4bbcf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ä?ä?Ï | 001111111000111110101011101000110011111110001111101010111010001100111111100011111010101011000001 | 3f8faba33f8faba33f8faac1 |
UTF-8 | ²ä²ä»Ï | 110000101011001011000011101001001100001010110010110000111010010011000010101110111100001110001111 | c2b2c3a4c2b2c3a4c2bbc38f |
UHC | ²?²??? | 1010100111110111001111111010100111110111001111110011111100111111 | a9f73fa9f73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)