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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 筝拷 | 11100010101101101000110110001001 | e2b68d89 |
EUC-JP | 筝拷 | 11100100101110001011100111101001 | e4b8b9e9 |
UTF-8 | 筝拷 | 111001111010110110011101111001101000101110110111 | e7ad9de68bb7 |
UHC | ?拷 | 001111111100110110111000 | 3fcdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)