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 | ?a?oB | 0011111101100001001111110110111101000010 | 3f613f6f42 |
SJIS-WIN | 巽a達oB | 10010010010001100110000110010010010000100110111101000010 | 92466192426f42 |
EUC-JP | 巽a達oB | 11000011101001110110000111000011101000110110111101000010 | c3a761c3a36f42 |
UTF-8 | 巽a達oB | 111001011011011110111101011000011110100110000001100101000110111101000010 | e5b7bd61e981946f42 |
UHC | 巽a達oB | 11100001110111100110000111010011101110010110111101000010 | e1de61d3b96f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)