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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 尊??\ | 1001000110111000001111110011111101011100 | 91b83f3f5c |
EUC-JP | 尊??\ | 1100001010111010001111110011111101011100 | c2ba3f3f5c |
UTF-8 | 尊롋렚\ | 11100101101100001000101011101011101000011000101111101011101000001001101001011100 | e5b08aeba18beba09a5c |
UHC | 尊롋렚\ | 11110000111011101000111011010001100011101010110101011100 | f0ee8ed18ead5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)