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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 琮?雍?縡 | 1111101101101010001111111110100010110100001111111110001101110001 | fb6a3fe8b43fe371 |
EUC-JP | 琮?雍?縡 | 100011111100110010110010001111111111000010110110001111111110010111010010 | 8fccb23ff0b63fe5d2 |
UTF-8 | 琮렩雍렏縡 | 111001111001000010101110111010111010000010101001111010011001101110001101111010111010000010001111111001111011100010100001 | e790aeeba0a9e99b8deba08fe7b8a1 |
UHC | 琮렩雍렏縡 | 11110000111110011000111010110111111010001011110010001110101001011110111010101101 | f0f98eb7e8bc8ea5eead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)