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 | 誰坦旦 | 100100100100111010010010010100101001001001010101 | 924e92529255 |
EUC-JP | 誰坦旦 | 110000111010111111000011101100111100001110110110 | c3afc3b3c3b6 |
UTF-8 | 誰坦旦 | 111010001010101010110000111001011001110110100110111001101001011110100110 | e8aab0e59da6e697a6 |
UHC | 誰坦旦 | 111000101100000111110111101001001101001110101001 | e2c1f7a4d3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)