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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 坦属^ | 1001001001010010100100011010111001011110 | 925291ae5e |
EUC-JP | 坦属^ | 1100001110110011110000101011000001011110 | c3b3c2b05e |
UTF-8 | 坦属^ | 11100101100111011010011011100101101100011001111001011110 | e59da6e5b19e5e |
UHC | 坦?^ | 11110111101001000011111101011110 | f7a43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)