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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 尊??^ | 1001000110111000001111110011111101011110 | 91b83f3f5e |
EUC-JP | 尊??^ | 1100001010111010001111110011111101011110 | c2ba3f3f5e |
UTF-8 | 尊롋렾^ | 11100101101100001000101011101011101000011000101111101011101000001011111001011110 | e5b08aeba18beba0be5e |
UHC | 尊롋렾^ | 11110000111011101000111011010001100011101100011001011110 | f0ee8ed18ec65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)