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 | ³Ûµ½I | 1011001111011011101101011011110101001001 | b3dbb5bd49 |
SJIS-WIN | ????I | 0011111100111111001111110011111101001001 | 3f3f3f3f49 |
EUC-JP | ?Û??I | 00111111100011111010101011100101001111110011111101001001 | 3f8faae53f3f49 |
UTF-8 | ³Ûµ½I | 110000101011001111000011100110111100001010110101110000101011110101001001 | c2b3c39bc2b5c2bd49 |
UHC | ³??½I | 10101001111110000011111100111111101010001111011001001001 | a9f83f3fa8f649 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)