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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 冓篁鑛 | 100110010110100111100010101110011110100001101001 | 9969e2b9e869 |
EUC-JP | 冓篁鑛 | 110100011100101011100100101110111110111111001010 | d1cae4bbefca |
UTF-8 | 冓篁鑛 | 111001011000011010010011111001111010111110000001111010011001000110011011 | e58693e7af81e9919b |
UHC | ?篁鑛 | 0011111111111100110101101100111011001110 | 3ffcd6cece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)